aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-20 06:23:33 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-20 06:23:33 +0200
commit741c33576e358d555e623a49d42edd33924a19ab (patch)
tree2ea03c9986c45644fe40d5af166c4bd37564f8e9 /Makefile.PL
parent73ae87a4d475e4702e7135adef0a5be4b0c54279 (diff)
downloadikiwiki-741c33576e358d555e623a49d42edd33924a19ab.tar
ikiwiki-741c33576e358d555e623a49d42edd33924a19ab.tar.gz
create translated underlays in mdwn format
These are for use by wikis where the primary language is not English. On such a wiki, it makes sense to use an underlay has the source for pages in the native language.
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 3db5c0d40..397627c03 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -64,6 +64,7 @@ underlaypo: ikiwiki.out
done
install -d po/underlays/empty
$(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup underlaypo.setup -refresh
+ PERL5LIB=. po/po2wiki underlaypo.setup
find po/underlays -name \*.mdwn | xargs rm -f
extra_clean: