X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=3c4ca38ea379ee32132e39a6bd664b08dd4d2bf5;hb=eeb304015c65ccf593a77058d5db5f5a3e3b45d5;hp=fdeaedf8e042cf15275038de051d3dc318976f16;hpb=b19eb2c96aef3bc2c0914376984dfb45fdab4f18;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index fdeaedf..3c4ca38 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.18 2004/09/21 18:24:15 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 \ @@ -43,8 +46,14 @@ OBJS := 00-TEMPLATE.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 \ @@ -54,15 +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 \ @@ -74,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 \