From: Joey Hess Date: Sun, 19 Jul 2009 14:43:21 +0000 (+0200) Subject: move source removal back to underlaypo rule X-Git-Tag: 3.15~163^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73682cefec9910c44ac01a73b45c87581d1f414e;p=ikiwiki.git move source removal back to underlaypo rule --- diff --git a/Makefile.PL b/Makefile.PL index b00dcb66e..b2d027bc4 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,13 +62,13 @@ underlaypo: ikiwiki.out fi \ done $(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup underlaypo.setup -refresh + find po/underlays -name \*.mdwn | xargs rm -f extra_clean: rm -rf html doc/.ikiwiki rm -f *.man ikiwiki.out ikiwiki.setup plugins/*.pyc $(MAKE) -C po clean rm -rf po/html po/underlays/.ikiwiki - find po/underlays -name \*.mdwn | xargs rm -f extra_install: install -d $(DESTDIR)$(PREFIX)/share/ikiwiki