From 479f75abf41451a239cb0b9fa945469127e6df2d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Mar 2008 16:32:23 -0400 Subject: defer po and pot file updating until package build time This allows make to be run without polluting the tree with lots of po file changes. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index ba437e3f6..7cde00880 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,7 +37,7 @@ extra_build: ikiwiki.out ./mdwn2man ikiwiki-makerepo 1 doc/ikiwiki-makerepo.mdwn > ikiwiki-makerepo.man ./mdwn2man ikiwiki-transition 1 doc/ikiwiki-transition.mdwn > ikiwiki-transition.man ./mdwn2man ikiwiki-update-wikilist 1 doc/ikiwiki-update-wikilist.mdwn > ikiwiki-update-wikilist.man - $(MAKE) -C po + $(MAKE) -C po mo extra_clean: rm -rf html doc/.ikiwiki -- cgit v1.2.3