aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 )