From 0946036f1b9c1e7cf1b1e9a815b3b9e7c2f22509 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 12 Aug 2002 04:12:39 +0000 Subject: Using manpages from tarfile --- debian/echolot.manpages | 4 ++-- 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 -- cgit v1.2.3