X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=b6c340e61bfd1064778d9ce8c5dcb37ec1c73248;hb=3e686452bc8b27781edb06b68749f7c34bf5fab4;hp=3a25958b4267da1c18b0a7a9c83a35b93c311316;hpb=8a7e2b3429ef8889ec7998d31e4c46470dc90889;p=cocanwiki.git diff --git a/Makefile b/Makefile index 3a25958..b6c340e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2004/09/07 10:38:38 rich Exp $ +# $Id: Makefile,v 1.6 2004/09/17 12:35:37 rich Exp $ include Makefile.config @@ -26,6 +26,7 @@ pkg-install: install -d -m 0755 $(DESTDIR)$(WIKIINSTALLDIR)/html/_js install -d -m 0755 $(DESTDIR)$(WIKIINSTALLDIR)/html/_static install -d -m 0755 $(DESTDIR)$(WIKIINSTALLDIR)/templates + install -d -m 0755 $(DESTDIR)$(WIKIINSTALLDIR)/templates/admin install -m 0644 cocanwiki.sql $(DESTDIR)$(WIKIINSTALLDIR) install -m 0644 conf/cocanwiki.conf $(DESTDIR)$(WIKIINSTALLDIR)/conf @@ -37,10 +38,11 @@ pkg-install: install -m 0644 html/_graphics/*.png $(DESTDIR)$(WIKIINSTALLDIR)/html/_graphics install -m 0644 html/_js/*.js $(DESTDIR)$(WIKIINSTALLDIR)/html/_js install -m 0644 html/_static/*.html $(DESTDIR)$(WIKIINSTALLDIR)/html/_static - install -m 0644 templates/*.html $(DESTDIR)$(WIKIINSTALLDIR)/templates + install -m 0644 templates/*.html templates/*.txt $(DESTDIR)$(WIKIINSTALLDIR)/templates + install -m 0644 templates/admin/*.html $(DESTDIR)$(WIKIINSTALLDIR)/templates/admin clean: - rm -f *~ core + find \( -name '*~' -o -name core \) -a -exec rm {} \; $(MAKE) -C scripts clean cocanwiki.sql: