aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-23 16:40:42 -0400
committerJoey Hess <joey@kitenet.net>2010-04-23 16:40:42 -0400
commit8d72e3dc09b017329397bee88db88b4c5dab351e (patch)
tree00a375fc46be5b9475898d6a53492461eb882ce2 /Makefile.PL
parent96c9c8aa925120423fc563dbf233c73fc805288b (diff)
downloadikiwiki-8d72e3dc09b017329397bee88db88b4c5dab351e.tar
ikiwiki-8d72e3dc09b017329397bee88db88b4c5dab351e.tar.gz
add myclean
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 38db20d44..09ec2e730 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -57,6 +57,10 @@ extra_clean:
rm -f *.man $(outprogs) ikiwiki.setup plugins/*.pyc
$(MAKE) -C po clean
+# Joey uses this before committing.
+myclean: clean
+ git checkout po ikiwiki.spec
+
underlay_install:
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki
for dir in `cd underlays && find . -follow -type d ! -regex '.*\.svn.*'`; do \