aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-10-17 23:03:11 +0000
committerGuy Harris <guy@alum.mit.edu>2004-10-17 23:03:11 +0000
commit7e1521119f792d256689320289b7926ac32b42c1 (patch)
tree0348f0dc3fa4ef3169ed2d77e35acd0558d92acf /doc
parent94a7c806390c7fc25b020b8acf6879ac47cbc4ae (diff)
From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,
with AUTHORS-SHORT-FORMAT containing the formatting codes. svn path=/trunk/; revision=12334
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/Makefile.nmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 796d69c3e9..8857c94e4c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -24,8 +24,8 @@
# We include dependencies on ../config.h in order to
# capture when $(VERSION) changes.
-ethereal-tmp.pod: $(srcdir)/ethereal.pod $(top_srcdir)/AUTHORS-SHORT
- cat $(srcdir)/ethereal.pod $(top_srcdir)/AUTHORS-SHORT > ethereal-tmp.pod
+ethereal-tmp.pod: $(srcdir)/ethereal.pod $(top_srcdir)/AUTHORS-SHORT-FORMAT
+ cat $(srcdir)/ethereal.pod $(top_srcdir)/AUTHORS-SHORT-FORMAT > ethereal-tmp.pod
../ethereal.1: ethereal-tmp.pod ../config.h
$(POD2MAN) \
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index 5e6029be11..9741e7e03d 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -32,8 +32,8 @@ doc: ethereal.html tethereal.html ethereal-filter.html capinfo.html \
man: ethereal.1 tethereal.1 ethereal-filter.4 capinfo.1 editcap.1 \
idl2eth.1 mergecap.1 text2pcap.1
-ethereal-tmp.pod: ethereal.pod ../AUTHORS-SHORT
- copy /B ethereal.pod + ..\AUTHORS-SHORT ethereal-tmp.pod
+ethereal-tmp.pod: ethereal.pod ../AUTHORS-SHORT-FORMAT
+ copy /B ethereal.pod + ..\AUTHORS-SHORT-FORMAT ethereal-tmp.pod
ethereal.1: ethereal.pod ../config.h
$(POD2MAN) \