]> code.delx.au - offlineimap/commitdiff
No longer include docs in source tarball
authorJohn Goerzen <jgoerzen@complete.org>
Wed, 6 Dec 2006 03:24:11 +0000 (04:24 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Wed, 6 Dec 2006 03:24:11 +0000 (04:24 +0100)
Makefile
debian/control
debian/rules

index bddfd90ca24d85160ccedc011390a0a0967472d2..5f88abd38d2315095f01451ec90b3ca2747bdaff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ TARGZ=offlineimap_$(VERSION).tar.gz
 SHELL=/bin/bash
 
 clean:
 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
        -rm -f `find . -name "*~"`
        -rm -f `find . -name "*.tmp"`
        -rm -f bin/offlineimapc
@@ -31,6 +31,7 @@ clean:
        -rm -f `find . -name ".cache*"`
        -rm -f manpage.links manpage.refs
        -find . -name auth -exec rm -vf {}/password {}/username \;
        -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
        docbook2man offlineimap.sgml
 
 doc: faq
        docbook2man offlineimap.sgml
index 4aaa9af9b90b2fb8f4ab97584b3814ee1cbc8d3e..397993e18df8c9b572912652474cd2899508c1d3 100644 (file)
@@ -3,7 +3,7 @@ Section: mail
 Priority: optional
 Maintainer: John Goerzen <jgoerzen@complete.org>
 Build-Depends: debhelper (>> 4.2.0)
 Priority: optional
 Maintainer: John Goerzen <jgoerzen@complete.org>
 Build-Depends: debhelper (>> 4.2.0)
-Build-Depends-Indep: python-dev, groff, docbook-utils, python-support (>= 0.4.0)
+Build-Depends-Indep: python-dev, groff, docbook-utils, python-support (>= 0.4.0), gtk-doc-tools, sgml2x, docbook-utils, jade, lynx, scons, xpdf-utils
 Build-Conflicts-Indep: docbook-ebnf
 Standards-Version: 3.7.2
 
 Build-Conflicts-Indep: docbook-ebnf
 Standards-Version: 3.7.2
 
index b5da98538e7050af9c30dd280c630a21da2af7fe..7e29b28112695b5586c6e95701235b076e3c9eec 100644 (file)
@@ -36,6 +36,7 @@ build-stamp: configure-stamp
 
        # Add here commands to compile the package.
        $(PYTHON) setup.py build
 
        # Add here commands to compile the package.
        $(PYTHON) setup.py build
+       make doc
        #/usr/bin/docbook-to-man debian/pygopherd.sgml > pygopherd.1
 
        touch build-stamp
        #/usr/bin/docbook-to-man debian/pygopherd.sgml > pygopherd.1
 
        touch build-stamp