aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-20 00:06:41 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-20 00:06:41 +0200
commit08254c722032a2cf67c3fb1a1681c977fb204355 (patch)
tree07b0a0ffeb522f9722c531f03778a9d53fbd2685 /Makefile.PL
parenta7e5541c4d3f717811551d574af528236fa5f214 (diff)
downloadikiwiki-08254c722032a2cf67c3fb1a1681c977fb204355.tar
ikiwiki-08254c722032a2cf67c3fb1a1681c977fb204355.tar.gz
use empty underlay dirs when building po underlays
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 4021a0a5d..3db5c0d40 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -62,6 +62,7 @@ underlaypo: ikiwiki.out
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