aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-19 15:17:38 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-19 15:17:38 +0200
commita60e4ef4ee442540482c0821f4a96d65b98004bc (patch)
tree859797b07394c65072aa238c7279b085d68ee15f /Makefile.PL
parent7f134d77d326df0b3d4762c4bd5f3f402794be0a (diff)
downloadikiwiki-a60e4ef4ee442540482c0821f4a96d65b98004bc.tar
ikiwiki-a60e4ef4ee442540482c0821f4a96d65b98004bc.tar.gz
move clean code to clean rule
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 61e2c147f..b00dcb66e 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
- rm -rf po/html po/underlays/.ikiwiki
- 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