aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-05-16 04:27:08 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-05-16 04:27:08 +0000
commit4302432f1660f8a8d425b279e35dd8c40cc67ceb (patch)
treec2b5ba5e3226b4290b944f46f9cf44b06cf88729 /Makefile.am
parent7f11c8a6d7edc88cfd941daef24ad9eea64f5df1 (diff)
Removed ethereal.1 and copied make rule from doc/Makefile to top-level
Makefile so that manpage can be made from pod file during packaging. svn path=/trunk/; revision=290
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 16fd7007fc..5ce361bcde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,3 +119,10 @@ EXTRA_DIST = \
ylwrap
SUBDIRS = @SUBDIRS@
+
+ethereal.1: doc/ethereal.pod VERSION
+ (cd doc ; \
+ pod2man ethereal.pod \
+ --center="The Ethereal Network Analyzer" \
+ --release=`cat ../VERSION` \
+ > ../ethereal.1 )