]> code.delx.au - offlineimap/blobdiff - Makefile
Update changelog
[offlineimap] / Makefile
index bddfd90ca24d85160ccedc011390a0a0967472d2..58d934599cbade255e1fe359ea3ea1ce3b0cf801 100644 (file)
--- 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