X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/73682cefec9910c44ac01a73b45c87581d1f414e..08254c722032a2cf67c3fb1a1681c977fb204355:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index b2d027bc4..3db5c0d40 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -58,9 +58,11 @@ underlaypo: ikiwiki.out install -d po/underlays/directives/ikiwiki/directive for file in doc/ikiwiki/directive/*; do \ if [ -f "$$file" ]; then \ + cp -a $$file po/underlays/directives/ikiwiki/directive || \ install -m 644 $$file po/underlays/directives/ikiwiki/directive; \ fi \ done + install -d po/underlays/empty $(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup underlaypo.setup -refresh find po/underlays -name \*.mdwn | xargs rm -f