]> code.delx.au - offlineimap/blobdiff - Makefile
No longer build manual.ps
[offlineimap] / Makefile
index 1e7938d64fef6527e37340b3276d750ffe588414..a64ee511a4b03ab053c03b7853c4c407536e582f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,9 @@
 #
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
-#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-VERSION=4.0.13
+VERSION=4.0.15
 TARGZ=offlineimap_$(VERSION).tar.gz
 SHELL=/bin/bash
 
@@ -29,8 +29,7 @@ clean:
        -rm -f `find . -name "*.class"`
        -rm -f `find . -name "*.bak"`
        -rm -f `find . -name ".cache*"`
-       -rm manpage.links
-       -rm manpage.refs
+       -rm -f manpage.links manpage.refs
        -find . -name auth -exec rm -vf {}/password {}/username \;
 
 doc:
@@ -41,7 +40,7 @@ doc:
        man -t -l offlineimap.1 > manual.ps
        ps2pdf manual.ps
        groff -Tascii -man offlineimap.1 | sed $$'s/.\b//g' > manual.txt
-       -rm manpage.links manpage.refs
+       -rm manpage.links manpage.refs manual.ps
 
 targz: ../$(TARGZ)
 ../$(TARGZ):