X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=Makefile.PL;h=4001c841b8f79c9a98870f526f2553db615602ca;hb=8e4af6a8e2a8e8d9b7d9f4312c4216261ebd5a28;hp=b079886ac079a24afe279eb7cd1007fe9a872af8;hpb=aaf1d98ebe08271abee8b55f76e5a59183894acb;p=ikiwiki.git diff --git a/Makefile.PL b/Makefile.PL index b079886ac..4001c841b 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 \