X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/8f9f59dd4d72de390bdf45b6003a396c646d5973..dcf15ff009417c83bc6d47832454da1ae271660a:/debian/rules diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 index b5da985..7f62bf1 --- a/debian/rules +++ b/debian/rules @@ -6,9 +6,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=4 - PYTHON=python PACKAGE=offlineimap @@ -36,6 +33,7 @@ build-stamp: configure-stamp # 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 @@ -46,7 +44,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean