diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-05-22 13:45:05 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-05-22 13:45:05 +0000 |
commit | 4aab1564874dff72bd2a8d28b4b259fb6dc41726 (patch) | |
tree | 5466304f1d9c8dfe31e3c53d90870f70b60db9e5 /doc | |
parent | cedeed984766a63bc0d1488a00dfa186324cbe7a (diff) | |
download | wireshark-4aab1564874dff72bd2a8d28b4b259fb6dc41726.tar.gz wireshark-4aab1564874dff72bd2a8d28b4b259fb6dc41726.tar.bz2 wireshark-4aab1564874dff72bd2a8d28b4b259fb6dc41726.zip |
add a target to build the manpages
svn path=/trunk/; revision=10958
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.nmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake index 5cc030ee5d..dcf1b08234 100644 --- a/doc/Makefile.nmake +++ b/doc/Makefile.nmake @@ -1,7 +1,7 @@ # Makefile.nmake # Nmake file for Ethereal documentation # -# $Id: Makefile.nmake,v 1.14 2004/05/09 10:03:39 guy Exp $ +# $Id: Makefile.nmake,v 1.15 2004/05/22 13:45:05 ulfl Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -29,6 +29,9 @@ include ../config.nmake doc: ethereal.html tethereal.html ethereal-filter.html editcap.html \ idl2eth.html mergecap.html text2pcap.html +man: ethereal.1 tethereal.1 ethereal-filter.4 editcap.1 \ + idl2eth.1 mergecap.1 text2pcap.1 + ethereal.1: ethereal.pod ../config.h $(POD2MAN) \ --center="The Ethereal Network Analyzer" \ |