]> sipb.mit.edu Git - ikiwiki.git/blobdiff - Makefile.PL
Merge branch 'master' of ssh://git.ikiwiki.info
[ikiwiki.git] / Makefile.PL
index c3df9759bff46248728e04397f051ce77736faae..e1a953f8fea405900f349b1fc19456066cbbd68e 100755 (executable)
@@ -69,7 +69,7 @@ underlay_install:
        install -d $(DESTDIR)$(PREFIX)/share/ikiwiki
        for dir in `cd underlays && $(FIND) . -follow -type d`; do \
                install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \
-               for file in `$(FIND) underlays/$$dir -follow -maxdepth 1 -type f`; do \
+               for file in `$(FIND) underlays/$$dir -follow -maxdepth 1 -type f -not -name \\*.full.js -not -name \\*.full.css`; do \
                        cp -aL $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir 2>/dev/null || \
                        install -m 644 $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \
                done; \