diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-12 04:12:39 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-12 04:12:39 +0000 |
commit | 0946036f1b9c1e7cf1b1e9a815b3b9e7c2f22509 (patch) | |
tree | 1086a182328de40c0993bdbb9dc6dc98ef64623e /debian/rules | |
parent | ecbc42b2c06b4f16f4cb9d76ec5b6dcd9273bd83 (diff) |
Using manpages from tarfileecholot-2.0beta26
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 8d862e4..21e4c63 100755 --- a/debian/rules +++ b/debian/rules @@ -20,9 +20,6 @@ endif build: build-stamp build-stamp: - mkdir debian/tmp - pod2man --section=1 --release="$(version)" --center=Echolot pingd debian/tmp/pingd.1 - pod2man --section=5 --release="$(version)" --center=Echolot doc/pingd.conf.pod debian/tmp/pingd.conf.5 sed -e "s/REMAILER_LIST/$(REMAILERS)/" < debian/echolot.postinst.in > debian/echolot.postinst touch build-stamp @@ -32,7 +29,6 @@ clean: rm -f build-stamp rm -f debian/echolot.postinst - rm -rf debian/tmp dh_clean |