From 9adb35249f899ed8decbb5d1f45a58eb4369d146 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 20 Jul 1999 03:39:13 +0000 Subject: [PATCH] "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 --- Makefile.am | 3 +-- Makefile.in | 2 +- 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 )