From: Joey Hess Date: Fri, 23 Apr 2010 20:40:42 +0000 (-0400) Subject: add myclean X-Git-Tag: 3.20100427~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8d72e3dc09b017329397bee88db88b4c5dab351e;p=ikiwiki.git add myclean --- 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 \