From: rich Date: Mon, 22 Nov 2004 11:12:03 +0000 (+0000) Subject: Updated MANIFEST and deps. X-Git-Url: http://git.annexia.org/?p=cocanwiki.git;a=commitdiff_plain;h=e0fed807a4e48aa6ca240719652f54d3e417ef81 Updated MANIFEST and deps. --- diff --git a/MANIFEST b/MANIFEST index a74aa3c..925c8b3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -110,8 +110,6 @@ scripts/edit_image.ml scripts/edit_image_form.ml scripts/edit_page_css.ml scripts/edit_page_css_form.ml -scripts/edit_page_title.ml -scripts/edit_page_title_form.ml scripts/edit_sitemenu.ml scripts/edit_user.ml scripts/edit_user_form.ml @@ -183,6 +181,8 @@ scripts/rebuild_links.ml scripts/recent.ml scripts/recent_rss.ml scripts/recently_visited.ml +scripts/rename_page.ml +scripts/rename_page_form.ml scripts/restore.ml scripts/restore_form.ml scripts/search.ml @@ -241,7 +241,6 @@ templates/edit_host_settings_form.html templates/edit_image_form.html templates/edit_page_css_form.html templates/edit_page_email.txt -templates/edit_page_title_form.html templates/edit_sitemenu.html templates/edit_user_form.html templates/files.html @@ -281,6 +280,7 @@ templates/rebuild_links_start.html templates/recent.html templates/recent_rss.xml templates/recently_visited.html +templates/rename_page_form.html templates/restore_form.html templates/search.html templates/send_feedback.txt diff --git a/scripts/.depend b/scripts/.depend index 87cd697..48529fd 100644 --- a/scripts/.depend +++ b/scripts/.depend @@ -144,12 +144,6 @@ edit_page_css.cmx: lib/cocanwiki.cmx lib/cocanwiki_diff.cmx \ lib/cocanwiki_strings.cmx edit_page_css_form.cmo: lib/cocanwiki.cmo lib/cocanwiki_template.cmi edit_page_css_form.cmx: lib/cocanwiki.cmx lib/cocanwiki_template.cmx -edit_page_title.cmo: lib/cocanwiki.cmo lib/cocanwiki_emailnotify.cmo \ - lib/cocanwiki_ok.cmo lib/cocanwiki_strings.cmo lib/wikilib.cmi -edit_page_title.cmx: lib/cocanwiki.cmx lib/cocanwiki_emailnotify.cmx \ - lib/cocanwiki_ok.cmx lib/cocanwiki_strings.cmx lib/wikilib.cmx -edit_page_title_form.cmo: lib/cocanwiki.cmo lib/cocanwiki_template.cmi -edit_page_title_form.cmx: lib/cocanwiki.cmx lib/cocanwiki_template.cmx edit_sitemenu.cmo: lib/cocanwiki.cmo lib/cocanwiki_emailnotify.cmo \ lib/cocanwiki_ok.cmo lib/cocanwiki_strings.cmo lib/cocanwiki_template.cmi edit_sitemenu.cmx: lib/cocanwiki.cmx lib/cocanwiki_emailnotify.cmx \ @@ -284,6 +278,12 @@ recent_rss.cmx: lib/cocanwiki.cmx lib/cocanwiki_date.cmx \ lib/cocanwiki_template.cmx recently_visited.cmo: lib/cocanwiki.cmo lib/cocanwiki_template.cmi recently_visited.cmx: lib/cocanwiki.cmx lib/cocanwiki_template.cmx +rename_page.cmo: lib/cocanwiki.cmo lib/cocanwiki_ok.cmo \ + lib/cocanwiki_pages.cmi lib/cocanwiki_strings.cmo lib/wikilib.cmi +rename_page.cmx: lib/cocanwiki.cmx lib/cocanwiki_ok.cmx \ + lib/cocanwiki_pages.cmx lib/cocanwiki_strings.cmx lib/wikilib.cmx +rename_page_form.cmo: lib/cocanwiki.cmo lib/cocanwiki_template.cmi +rename_page_form.cmx: lib/cocanwiki.cmx lib/cocanwiki_template.cmx restore.cmo: lib/cocanwiki.cmo lib/cocanwiki_diff.cmi \ lib/cocanwiki_emailnotify.cmo lib/cocanwiki_links.cmi \ lib/cocanwiki_ok.cmo