diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-09-11 23:42:03 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-09-11 23:42:03 +0000 |
commit | 9c2ece3d968e08b7cf28c43ace68684cae2ba8c4 (patch) | |
tree | 750fccfd3c951d6e58a6d2ac26f8f5ee6d6af4bd /Makefile.am | |
parent | 0f66112c84cf8108b27a98a38912e48f794d7b30 (diff) | |
download | wireshark-9c2ece3d968e08b7cf28c43ace68684cae2ba8c4.tar.gz wireshark-9c2ece3d968e08b7cf28c43ace68684cae2ba8c4.tar.bz2 wireshark-9c2ece3d968e08b7cf28c43ace68684cae2ba8c4.zip |
From Graeme Hewson: translate accented UTF-8 characters to Pod E<>
escapes so they turn into *roff escapes and HTML entities in the output,
in case raw UTF-8 doesn't work.
svn path=/trunk/; revision=11975
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e58af10c0b..6b13819e4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -300,7 +300,7 @@ svnversion.h: FORCE # # Build the short version of the authors file for the about dialog # -AUTHORS-SHORT: AUTHORS make-authors-short.pl +AUTHORS-SHORT: AUTHORS make-authors-short.pl make-authors-short2.pl $(PERL) $(srcdir)/make-authors-short.pl < AUTHORS > AUTHORS-SHORT # @@ -521,6 +521,7 @@ EXTRA_DIST = \ image/icon_layout_6.xpm \ image/wiretap.rc.in \ make-authors-short.pl \ + make-authors-short2.pl \ make-manuf \ make-tapreg-dotc \ make-version.pl \ |