aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
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 /Makefile.nmake
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 'Makefile.nmake')
-rw-r--r--Makefile.nmake11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index db2d240dfd..679d361cfd 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -229,9 +229,15 @@ svnversion.h:
#
# Build the short version of the authors file for the about dialog
#
-AUTHORS-SHORT: AUTHORS make-authors-short.pl make-authors-short2.pl
- $(PERL) make-authors-short.pl < AUTHORS > AUTHORS-SHORT
+AUTHORS-SHORT: AUTHORS make-authors-short.pl
+ $(PERL) perlnoutf.pl make-authors-short.pl < AUTHORS > AUTHORS-SHORT
+#
+# Build the short version of the authors file with formatting codes for
+# the man page
+#
+AUTHORS-SHORT-FORMAT: AUTHORS-SHORT make-authors-format.pl
+ $(PERL) perlnoutf.pl make-authors-format.pl < AUTHORS-SHORT > AUTHORS-SHORT-FORMAT
#
# Build "tethereal-tap-register.c", which contains a function
@@ -265,6 +271,7 @@ clean: gtk2_distclean
capinfo.obj editcap.obj mergecap.obj text2pcap.obj getopt.obj\
text2pcap-scanner.obj text2pcap-scanner.c rdps.obj \
rdps.pdb rdps.exe rdps.ilk config.h ps.c AUTHORS-SHORT \
+ AUTHORS-SHORT-FORMAT \
dftest.obj dftest.exe randpkt.obj randpkt.ext doxygen.cfg \
$(RESOURCES)
cd wiretap