aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-19 16:43:21 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-19 16:43:21 +0200
commit73682cefec9910c44ac01a73b45c87581d1f414e (patch)
tree0a87b2f556fe5b94f3668a6ddac95fb2840404a4 /Makefile.PL
parenta60e4ef4ee442540482c0821f4a96d65b98004bc (diff)
downloadikiwiki-73682cefec9910c44ac01a73b45c87581d1f414e.tar
ikiwiki-73682cefec9910c44ac01a73b45c87581d1f414e.tar.gz
move source removal back to underlaypo rule
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
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