aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-04-08Revert 31864 and 31866: don't use suffix rules. Pattern rules would work ↵Jeff Morriss1-7/+118
but I don't know if they're portable enough. svn path=/trunk/; revision=32431
2010-02-11Hmmm, suffix rules don't have dependencies, only prerequisites.Jeff Morriss1-3/+3
svn path=/trunk/; revision=31866
2010-02-11Use suffix rules to simplify the man page generationJeff Morriss1-124/+13
svn path=/trunk/; revision=31864
2009-11-11Minor whitespace fixesJörg Mayer1-10/+10
svn path=/trunk/; revision=30933
2009-11-08wireshark.pod is now a generated file, generated fromGuy Harris1-1/+1
wireshark.pod.template. svn path=/trunk/; revision=30868
2009-11-07Clean up build process for wireshark.1Jörg Mayer1-7/+7
svn path=/trunk/; revision=30854
2009-06-22Copy AUTHORS-SHORT to the top-level directory so Help->About can find it ↵Jeff Morriss1-4/+12
when run from the build directory. svn path=/trunk/; revision=28816
2009-06-21Move the generated documentation (man pages, AUTHORS-SHORT-FORMAT, andJeff Morriss1-75/+145
AUTHORS-SHORT) into doc/. This cleans up the top-level Makefile.am (no more need to have rules for each man page in both files) and solves the parallel-build problem described in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3494 svn path=/trunk/; revision=28784
2009-05-30adding README.python to EXTRA_DISTSebastien Tandel1-0/+1
svn path=/trunk/; revision=28533
2008-07-02Put the EXTRA_DIST items for the doc directory in doc/Makefile.am (whichGuy Harris1-0/+30
doesn't need to be one of those items). svn path=/trunk/; revision=25660
2008-02-22Use the docbook CSS for the man pages (which assumes your version of Gerald Combs1-10/+23
pod2html supports the "--css" flag). Package up the CSS file, and add missing HTML files where needed. svn path=/trunk/; revision=24428
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs1-1/+15
a list of fields, prints the field values found in each packet. Packet data can be specified as a libpcap DLT, e.g. "EN10MB" or an upper-layer protocol, e.g. "http". svn path=/trunk/; revision=24339
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-1/+1
if set, and if the program isn't running with additional privileges, it'll treat the directory in which the program is found as the data directory. If, on Windows, the version-number subdirectory of {data directory}\plugins doesn't exist (which is assumed to mean that the program is being run from the build directory), or if, on UN*X, WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set, the plugin directory is the "plugins" subdirectory of the data directory, and all subdirectories of that directory are scanned for plugins, as the "plugins" subdirectory of the build directory contains subdirectories for the plugins; this means that if we're running from the build directory, we'll find the plugins we built in the build tree. When generating the wireshark-filter man page, run tshark with WIRESHARK_RUN_FROM_BUILD_DIRECTORY set, so it uses the plugins from the build to generate the list of filters. svn path=/trunk/; revision=20261
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-19/+19
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-9/+9
svn path=/trunk/; revision=18268
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-7/+7
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-19/+19
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-02-09add dumpcap manual pageUlf Lamping1-0/+14
svn path=/trunk/; revision=17237
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-48/+52
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2005-02-24Didier Gautheron: Fix out of tree compilationJörg Mayer1-2/+2
svn path=/trunk/; revision=13497
2004-10-22For the .pod->.html rules, find the ".pod" files in $(srcdir),Guy Harris1-6/+6
just as we do for the .pod->.[1-9] rules. svn path=/trunk/; revision=12372
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵Ulf Lamping1-7/+7
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. svn path=/trunk/; revision=12358
2004-10-17From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,Guy Harris1-2/+2
with AUTHORS-SHORT-FORMAT containing the formatting codes. svn path=/trunk/; revision=12334
2004-08-12From Graeme Hewson: Keep the list of authors in the Ethereal man page from Gerald Combs1-1/+1
wrapping, and fix the title. svn path=/trunk/; revision=11727
2004-07-29Clean up the capinfo files, so that we pass "distcheck."Gerald Combs1-0/+2
svn path=/trunk/; revision=11567
2004-07-29Add capinfo targets.Gerald Combs1-0/+12
svn path=/trunk/; revision=11560
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-16From Debian. Likely author: Frederic Peters <fpeters@debian.org>Jörg Mayer1-0/+1
* Updated omniorb URL (closes: #257512) run pod2man with --section=4 for ethereal-filter svn path=/trunk/; revision=11383
2004-06-27Add more distclean files.Gerald Combs1-1/+3
svn path=/trunk/; revision=11250
2004-06-27Fixes needed for "make distcheck".Gerald Combs1-4/+7
svn path=/trunk/; revision=11247
2004-06-23Build and install the HTMLized man pages on UN*X.Guy Harris1-2/+51
svn path=/trunk/; revision=11217
2004-05-22"--binary" is not a universal "cat" flag, and shouldn't be necessary onGuy Harris1-2/+2
UN*X and, hopefully, not in Cygwin either. svn path=/trunk/; revision=10968
2004-05-22Use "/" rather than "\" in UN*X pathnames.Guy Harris1-2/+2
svn path=/trunk/; revision=10967
2004-05-22remove (duplicated) list of authors from ethereal.pod,Ulf Lamping1-3/+7
and use ../AUTHORS-SHORT instead to concatenate a tmp file to use svn path=/trunk/; revision=10963
2003-10-01Put in some missing $(srcdir)/.Guy Harris1-5/+3
Get rid of redundant "../{t}ethereal.1" in CLEANFILES (they were already there). svn path=/trunk/; revision=8581
2003-10-01dfilter2pod.pl and ethereal-filter.pod.template are in $(srcdir) (whichGuy Harris1-2/+2
defauls to the current directory), not in the parent directory. svn path=/trunk/; revision=8579
2003-10-01Put the display-filter elements into it's own manpage (ethereal-filter.4)Jörg Mayer1-9/+14
svn path=/trunk/; revision=8576
2003-02-27Ethereal.desktop is in the top-level directory, not the "doc" directory,Guy Harris1-4/+1
and it's already in the EXTRA_DIST list in the top-level directory. svn path=/trunk/; revision=7204
2003-02-12From Santeri Paavolainen: make doc/Makefile.am work in POSIXLY_CORRECTGuy Harris1-13/+13
environment. svn path=/trunk/; revision=7128
2002-09-29Makefile.am fixes to pass "make distcheck" testsGerald Combs1-1/+14
svn path=/trunk/; revision=6357
2002-05-14Use "-G fields" rather than "-G" in Makefiles.Guy Harris1-5/+4
Print an error and exit if an invalid option is given for the "-G" flag. svn path=/trunk/; revision=5466
2002-02-05Have configure check for pod2man, thus creating a POD2MAN makefileGilbert Ramirez1-7/+7
variable, allowing it to be overridden during make. svn path=/trunk/; revision=4697
2001-07-30idl2eth man page, from Frank Singleton.Guy Harris1-1/+7
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
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.Guy Harris1-1/+7
svn path=/trunk/; revision=3701
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan1-1/+7
files. See text2pcap.1 (built from doc/text2pcap.pod) for details. Changed 'tethereal -x' output to match hex dump format of text2pcap, Ethereal and others. svn path=/trunk/; revision=3421
2001-03-06Update doco re: display filters.Gilbert Ramirez1-4/+7
Add config.h to dependencies for man pages so that correction VERSION number is in the man page. svn path=/trunk/; revision=3110
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez1-3/+1
a framework for the dissector; of the more than 400 NCP packet types, only a handful are defined. But this dissector framework is much better than the previous one. svn path=/trunk/; revision=2173
2000-07-28Don't create dfilter2pod from dfilter2pod.in just for @PERL_PATH@; it'sGilbert Ramirez1-3/+5
a waste of time. Instead, set $(PERL) to @PERL_PATH@ in the Makefile and call dfilter2pod.pl via $(PERL) $(src_dir)/dfilter2pod.pl svn path=/trunk/; revision=2171
2000-01-26Credit fix, and fix for building editcap.1 with build dir != $(srcdir)Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=1564