Find orphan pages.
[cocanwiki.git] / Makefile
index c99e7e5..51cf40f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 2004/09/29 15:03:10 rich Exp $
+# $Id: Makefile,v 1.11 2004/11/05 12:41:52 rich Exp $
 
 include Makefile.config
 
@@ -30,6 +30,7 @@ pkg-install:
 
        install -m 0644 cocanwiki.sql $(DESTDIR)$(WIKIINSTALLDIR)
        install -m 0644 conf/cocanwiki.conf $(DESTDIR)$(WIKIINSTALLDIR)/conf
+       install -m 0644 html/favicon.ico $(DESTDIR)$(WIKIINSTALLDIR)/html
        install -m 0644 html/robots.txt $(DESTDIR)$(WIKIINSTALLDIR)/html
        install -m 0644 html/_bin/*.cma $(DESTDIR)$(WIKIINSTALLDIR)/html/_bin
        install -m 0644 html/_bin/*.cmo $(DESTDIR)$(WIKIINSTALLDIR)/html/_bin
@@ -45,7 +46,7 @@ clean:
        find \( -name '*~' -o -name core \) -a -exec rm {} \;
        $(MAKE) -C scripts clean
 
-FIXED_TABLES := themes
+FIXED_TABLES := templates themes
 
 cocanwiki.sql:
        pg_dump --no-owner -i -s cocanwiki > $@