X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/14e13c97198568502136bb9b5b0163c703ce72a7..6fd4962b4ccf7ab75c312743607b77d5d24e6ed2:/Makefile diff --git a/Makefile b/Makefile index bddfd90..3fcf425 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ TARGZ=offlineimap_$(VERSION).tar.gz SHELL=/bin/bash clean: - -python2.3 setup.py clean --all + -python setup.py clean --all -rm -f `find . -name "*~"` -rm -f `find . -name "*.tmp"` -rm -f bin/offlineimapc @@ -31,8 +31,9 @@ clean: -rm -f `find . -name ".cache*"` -rm -f manpage.links manpage.refs -find . -name auth -exec rm -vf {}/password {}/username \; + -rm -f manual.html manual.pdf manual.txt offlineimap.1 -doc: faq +doc: docbook2man offlineimap.sgml docbook2man offlineimap.sgml docbook2html -u offlineimap.sgml @@ -51,7 +52,7 @@ targz: ../$(TARGZ) echo "Containing directory must be called offlineimap-$(VERSION)"; \ exit 1; \ fi; \ - pwd && cd .. && pwd && tar -zhcv --exclude '_darcs' -f $(TARGZ) offlineimap-$(VERSION) + pwd && cd .. && pwd && tar -zhcv --exclude '.git' -f $(TARGZ) offlineimap-$(VERSION) rpm: targz cd .. && sudo rpmbuild -ta $(TARGZ)