Script for rebuilding the links table from scratch.
[cocanwiki.git] / scripts / Makefile
index 041205e..3c4ca38 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.16 2004/09/21 15:55:48 rich Exp $
+# $Id: Makefile,v 1.29 2004/09/28 10:56:39 rich Exp $
 
 include ../Makefile.config
 
@@ -15,13 +15,16 @@ LIB_OBJS := \
        cocanwiki_images.cmo \
        cocanwiki_template.cmo \
        cocanwiki_ok.cmo \
+       cocanwiki_server_settings.cmo \
        cocanwiki.cmo \
        cocanwiki_diff.cmo \
        cocanwiki_emailnotify.cmo \
        wikilib.cmo \
-       cgi_expires.cmo
+       cocanwiki_links.cmo
 
 OBJS := 00-TEMPLATE.cmo \
+       change_password.cmo \
+       change_password_form.cmo \
        contact.cmo \
        contact_show.cmo \
        contacts.cmo \
@@ -41,8 +44,16 @@ OBJS := 00-TEMPLATE.cmo \
        delete_user_form.cmo \
        diff.cmo \
        edit.cmo \
+       edit_contact.cmo \
+       edit_contact_form.cmo \
+       edit_host_css.cmo \
+       edit_host_css_form.cmo \
+       edit_host_settings.cmo \
+       edit_host_settings_form.cmo \
        edit_page_css.cmo \
        edit_page_css_form.cmo \
+       edit_page_title.cmo \
+       edit_page_title_form.cmo \
        edit_sitemenu.cmo \
        edit_user.cmo \
        edit_user_form.cmo \
@@ -52,14 +63,26 @@ OBJS := 00-TEMPLATE.cmo \
        forgot_password_form.cmo \
        history.cmo \
        hoststyle.cmo \
+       host_menu.cmo \
        image.cmo \
        images.cmo \
+       largest_pages.cmo \
        login.cmo \
        login_form.cmo \
        logout.cmo \
+       mailing_list_confirm.cmo \
+       mailing_list_form.cmo \
+       mailing_list_send.cmo \
+       mailing_list_unsubscribe.cmo \
+       mailing_list_view.cmo \
        page.cmo \
+       page_email_confirm.cmo \
+       page_email_form.cmo \
+       page_email_send.cmo \
+       page_email_unsubscribe.cmo \
        pagestyle.cmo \
        preview.cmo \
+       rebuild_links.cmo \
        recent.cmo \
        restore.cmo \
        restore_form.cmo \
@@ -71,6 +94,8 @@ OBJS := 00-TEMPLATE.cmo \
        set_password_form.cmo \
        signup.cmo \
        sitemap.cmo \
+       stats.cmo \
+       stats_top.cmo \
        undelete_file.cmo \
        undelete_file_form.cmo \
        undelete_image.cmo \