X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/71c8b2e7c489b6277dd862e9174784ca237ebead..fadbd38ef94fcd02570f7ff0f95247f76dc045a2:/Makefile diff --git a/Makefile b/Makefile index 5f88abd..3e5e537 100644 --- a/Makefile +++ b/Makefile @@ -31,9 +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 + -rm -f manual.html manual.pdf manual.txt manual.ps offlineimap.1 -doc: faq +doc: docbook2man offlineimap.sgml docbook2man offlineimap.sgml docbook2html -u 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)