aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-15 13:20:10 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-15 13:20:10 -0400
commit36772b85bf17856e37cd3fd90f8c1908c77f3668 (patch)
treec4eaf732435f2a29c519ea2fec088f030311fbb5 /Makefile.PL
parente224e9cf33b0e8b4226acaa15bd62d9cf53ea604 (diff)
downloadikiwiki-36772b85bf17856e37cd3fd90f8c1908c77f3668.tar
ikiwiki-36772b85bf17856e37cd3fd90f8c1908c77f3668.tar.gz
clean .myc files from plugins
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 6162743f3..18b8a435d 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -43,6 +43,7 @@ extra_build: ikiwiki.out
extra_clean:
rm -rf html doc/.ikiwiki
rm -f *.man ikiwiki.out
+ rm -f plugins/*.pyc
$(MAKE) -C po clean
extra_install: