move clean code to clean rule

master
Joey Hess 2009-07-19 15:17:38 +02:00
parent 7f134d77d3
commit a60e4ef4ee
1 changed files with 2 additions and 2 deletions

View File

@ -62,13 +62,13 @@ underlaypo: ikiwiki.out
fi \
done
$(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup underlaypo.setup -refresh
rm -rf po/html po/underlays/.ikiwiki
find po/underlays -name \*.mdwn | xargs rm -f
extra_clean:
rm -rf html doc/.ikiwiki
rm -f *.man ikiwiki.out ikiwiki.setup plugins/*.pyc
$(MAKE) -C po clean
rm -rf po/html po/underlays/.ikiwiki
find po/underlays -name \*.mdwn | xargs rm -f
extra_install:
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki