diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-07-30 21:40:13 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-07-30 21:40:13 +0000 |
commit | 26a68c20fc7d95691a6ecc330d4866e908acebec (patch) | |
tree | 7a52c57d86a5bf982a832d8bac377bc26be98a0b /Makefile.am | |
parent | 6c2ee431a2cee98b96d2303c1dc571812536d383 (diff) | |
download | wireshark-26a68c20fc7d95691a6ecc330d4866e908acebec.tar.gz wireshark-26a68c20fc7d95691a6ecc330d4866e908acebec.tar.bz2 wireshark-26a68c20fc7d95691a6ecc330d4866e908acebec.zip |
idl2eth man page, from Frank Singleton.
Update Makefile.am and Makefile.nmake files to build it (although it's
not currently built by default; you have to do "make idl2eth.1" on UNIX,
and something similar on Windows.
Put a full copyright notice into "doc/Makefile.nmake", along with a
comment explaining why stuff depends on "../config.h". Also, add
"clean" rules to it to get rid of generated files for mergecap and
text2pcap documentation.
svn path=/trunk/; revision=3801
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 07f4f7679d..e0c1d00e76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.360 2001/07/26 07:25:43 guy Exp $ +# $Id: Makefile.am,v 1.361 2001/07/30 21:40:11 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -827,6 +827,10 @@ editcap.1: doc/editcap.pod (cd doc ; \ $(MAKE) ../editcap.1 ) +idl2eth.1: doc/idl2eth.pod + (cd doc ; \ + $(MAKE) ../idl2eth.1 ) + mergecap.1: doc/mergecap.pod (cd doc ; \ $(MAKE) ../mergecap.1 ) |