From af370056e8d3f7a0cb0a1ded0efc536bcf2bf4ea Mon Sep 17 00:00:00 2001 From: rich Date: Thu, 27 Jul 2006 09:37:10 +0000 Subject: [PATCH] Bumped version for installation on towada. Updated MANIFEST. --- MANIFEST | 15 ++++++++++++++- Makefile.config | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/MANIFEST b/MANIFEST index 3c4ec09..fcd4da5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4,7 +4,6 @@ MANIFEST Makefile Makefile.config README -cocanwiki.sql conf/cocanwiki.conf doc/CSS_relationships.fig doc/CSS_relationships.gif @@ -56,6 +55,7 @@ html/_graphics/versions.png html/_graphics/wlh.png html/_graphics/xml.png html/_js/editor.js +html/_js/go.js html/_js/new_page.js html/_js/upload.js html/_js/visualise_links.js @@ -63,6 +63,8 @@ html/_js/wz_jsgraphics.js html/_static/markup.html html/favicon.ico html/robots.txt +schema/cocanwiki.sql +schema/contents_jsgo_check_tg.sql scripts/.cvsignore scripts/.depend scripts/00-TEMPLATE.ml. @@ -85,11 +87,15 @@ scripts/contacts.ml scripts/crash.ml scripts/create_contact.ml scripts/create_contact_form.ml +scripts/create_macro.ml +scripts/create_macro_form.ml scripts/create_user.ml scripts/create_user_form.ml scripts/dead_ends.ml scripts/delete_contact.ml scripts/delete_contact_form.ml +scripts/delete_macro.ml +scripts/delete_macro_form.ml scripts/delete_file.ml scripts/delete_file_form.ml scripts/delete_image.ml @@ -100,6 +106,9 @@ scripts/diff.ml scripts/edit.ml scripts/edit_contact.ml scripts/edit_contact_form.ml +scripts/edit_macro.ml +scripts/edit_macro_form.ml +scripts/edit_macros.ml scripts/edit_file.ml scripts/edit_file_form.ml scripts/edit_host_css.ml @@ -226,11 +235,13 @@ templates/contact_show.html templates/contacts.html templates/crash.html templates/create_contact_form.html +templates/create_macro_form.html templates/create_user_form.html templates/dead_ends.html templates/delete_contact_form.html templates/delete_file_form.html templates/delete_image_form.html +templates/delete_macro_form.html templates/delete_user_form.html templates/diff.html templates/edit.html @@ -240,6 +251,8 @@ templates/edit_file_form.html templates/edit_host_css_form.html templates/edit_host_settings_form.html templates/edit_image_form.html +templates/edit_macro_form.html +templates/edit_macros.html templates/edit_page_css_form.html templates/edit_page_email.txt templates/edit_sitemenu.html diff --git a/Makefile.config b/Makefile.config index bf578b8..6291bbd 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,7 +1,7 @@ -# $Id: Makefile.config,v 1.31 2006/05/09 11:36:16 rich Exp $ +# $Id: Makefile.config,v 1.32 2006/07/27 09:37:10 rich Exp $ PACKAGE := cocanwiki -VERSION := 1.4.1 +VERSION := 1.4.2 # Normally ignored. However, if you are installing centrally (using # 'make pkg-install'), then the components are installed in the -- 1.8.3.1