]> sipb.mit.edu Git - ikiwiki.git/blobdiff - Makefile.PL
Use localikiwikicreatesite for simple bootstrapping of demo.
[ikiwiki.git] / Makefile.PL
index a805f41a244ec1d473b0e626ad04940ab608eab5..ac4ec2644b919c125b29b9b25496e3684959f930 100755 (executable)
@@ -67,9 +67,9 @@ extra_install:
        done
        
        install -d $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins
-       for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\*`; do \
+       for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\* | grep -v demo`; do \
                cp -a $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \
-       done; \
+       done \
 
        install -d $(DESTDIR)$(PREFIX)/share/man/man1
        install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1