add myclean

master
Joey Hess 2010-04-23 16:40:42 -04:00
parent 96c9c8aa92
commit 8d72e3dc09
1 changed files with 4 additions and 0 deletions

View File

@ -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 \