diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-23 16:40:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-23 16:40:42 -0400 |
commit | 8d72e3dc09b017329397bee88db88b4c5dab351e (patch) | |
tree | 00a375fc46be5b9475898d6a53492461eb882ce2 | |
parent | 96c9c8aa925120423fc563dbf233c73fc805288b (diff) |
add myclean
-rwxr-xr-x | Makefile.PL | 4 |
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 \ |