]> code.delx.au - offlineimap/blobdiff - Makefile
Update changelog
[offlineimap] / Makefile
index a64ee511a4b03ab053c03b7853c4c407536e582f..58d934599cbade255e1fe359ea3ea1ce3b0cf801 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2002 John Goerzen
+# Copyright (C) 2002 - 2006 John Goerzen
 # <jgoerzen@complete.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-VERSION=4.0.15
+VERSION=4.0.16
 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:
+doc: 
        docbook2man offlineimap.sgml
        docbook2man offlineimap.sgml
        docbook2html -u offlineimap.sgml
@@ -42,6 +43,9 @@ doc:
        groff -Tascii -man offlineimap.1 | sed $$'s/.\b//g' > manual.txt
        -rm manpage.links manpage.refs manual.ps
 
+faq:
+       curl -o FAQ.html http://software.complete.org/offlineimap/wiki/FrequentlyAskedQuestions
+
 targz: ../$(TARGZ)
 ../$(TARGZ):
        if ! pwd | grep -q "/offlineimap-$(VERSION)$$"; then                    \