From 741c33576e358d555e623a49d42edd33924a19ab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Jul 2009 06:23:33 +0200 Subject: 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. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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: -- cgit v1.2.3