summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-07-20 01:02:19 +0200
committerJonas Smedegaard <dr@jones.dk>2009-07-20 01:02:19 +0200
commit187128d063041187659faf0e0a13f9568820e798 (patch)
tree782a717d8cf5fa7dad51225348ef582d6b3e64a5 /Makefile.PL
parent031b880ad943748847224a737055a8936b5d796e (diff)
parent7865433d8ea1c37a84b191556886d1803a405a16 (diff)
Merge branch 'master' of git://git.ikiwiki.info into underlay-da
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 2 insertions, 0 deletions
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