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 | |
parent | ecbc42b2c06b4f16f4cb9d76ec5b6dcd9273bd83 (diff) |
Using manpages from tarfileecholot-2.0beta26
Diffstat (limited to 'debian')
-rw-r--r-- | debian/echolot.manpages | 4 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/debian/echolot.manpages b/debian/echolot.manpages index b1e3d4a..f1c1209 100644 --- a/debian/echolot.manpages +++ b/debian/echolot.manpages @@ -1,2 +1,2 @@ -debian/tmp/pingd.1 -debian/tmp/pingd.conf.5 +doc/pingd.1 +doc/pingd.conf.5 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 |