]> code.delx.au - offlineimap/blobdiff - Makefile
Merge branch 'master' of ssh://jpgarch@complete.org/~jpgarch/git/offlineimap
[offlineimap] / Makefile
index 58d934599cbade255e1fe359ea3ea1ce3b0cf801..3e5e537d15e8bd74be781d35eb85f04967ef3b44 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ 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
+       -rm -f manual.html manual.pdf manual.txt manual.ps offlineimap.1
 
 doc: 
        docbook2man offlineimap.sgml
@@ -52,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)