"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
This commit is contained in:
Guy Harris 1999-07-20 03:39:13 +00:00
parent 7079858013
commit 9adb35249f
2 changed files with 2 additions and 3 deletions

View File

@ -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 )

View File

@ -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 )