aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-07-20 03:39:13 +0000
committerGuy Harris <guy@alum.mit.edu>1999-07-20 03:39:13 +0000
commit9adb35249f899ed8decbb5d1f45a58eb4369d146 (patch)
treebb622c170509a77134ed6cc3da112747d1f3b7ac
parent7079858013131e973ff4607739d8e733e579dae0 (diff)
"doc/ethereal.pod" is no longer a source file - it's generated from the
output of "ethereal -G" and "doc/ethereal.pod.template". Make "ethereal.1" depend on "ethereal" and "doc/ethereal.pod.template", rather than on "doc/ethereal.pod", so that it can be built even if you don't have "doc/ethereal.pod". svn path=/trunk/; revision=367
-rw-r--r--Makefile.am3
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 0174688663..7a0274ff74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,7 +151,6 @@ EXTRA_DIST = \
SUBDIRS = wiretap @SUBDIRS@
-ethereal.1: doc/ethereal.pod VERSION
+ethereal.1: ethereal doc/ethereal.pod.template VERSION
(cd doc ; \
make ../ethereal.1 )
-
diff --git a/Makefile.in b/Makefile.in
index ac7ed79df1..78f59fc2fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -611,7 +611,7 @@ ps.c: print.ps rdps
rdps: rdps.c
$(CC) -o rdps rdps.c
-ethereal.1: doc/ethereal.pod VERSION
+ethereal.1: ethereal doc/ethereal.pod.template VERSION
(cd doc ; \
make ../ethereal.1 )