summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-02-20 02:08:41 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-02-20 02:08:41 +0000
commit603402bbe43510ef50a10819e95854d58dd63cc4 (patch)
treef02049ba592af424d9c53ec05b320d18a28f595c /debian/rules
parent887349ce75cef7cad243098858363cb0d9d99614 (diff)
downloadbcfg2-603402bbe43510ef50a10819e95854d58dd63cc4.tar.gz
bcfg2-603402bbe43510ef50a10819e95854d58dd63cc4.tar.bz2
bcfg2-603402bbe43510ef50a10819e95854d58dd63cc4.zip
Debian packaging updates from Ressu
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2853 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 1b038c281..f4a10a6fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ DEB_DH_INSTALLINIT_ARGS := -n
else
DEB_DH_INSTALLINIT_ARGS := --no-start
endif
+DEB_COMPRESS_EXCLUDE :=*.tif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
@@ -41,3 +42,7 @@ binary-install/bcfg2-server ::
cd doc && make manual.html
dh_installinit -p$(cdbs_curpkg) -o
endif
+
+# Build the manual page too
+build/bcfg2-server::
+ cd doc && make manual.html