aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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
2000-01-14Add "tethereal", a tty-oriented derivative of Ethereal that works likeGuy Harris1-1/+10
Sun's snoop or like tcpdump. svn path=/trunk/; revision=1468
2000-01-09Add a man page for "editcap".Guy Harris1-1/+7
svn path=/trunk/; revision=1446
1999-10-21Have Ethereal check for a first command-line argument of "-G", ratherGuy Harris1-6/+2
than a command name of "ethereal-dump-fields", to decide whether to run as normal Ethereal or to just dump out the list of fields that can be used in a display filter. This allows us to continue to make that check without doing the regular command line flag parsing (which we don't want to do, as we don't want to call "gtk_init()" before making that check, as "gtk_init()" tries to open an X display, and some people want not to have to have X running in order to build Ethereal, or want not to have Ethereal try to open an X connection over a slow line if it's just going to print field names to the standard output), without having to make a link to "../ethereal" from the "doc" directory (said link couldn't be a hard link, as ATK apparently disallows hard links between directories, and I have the vague impression that a symbolic link might cause other problems). svn path=/trunk/; revision=902
1999-09-09Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris1-0/+24
this causes "Makefile.in" to have two GPL notices - "Makefile.in" and the "Makefile" generated from it are generated files, so maybe that's OK). svn path=/trunk/; revision=639
1999-08-31Removed hacked-up doc/Makefile.in, and replaced it with simple doc/Makefile.am.Gilbert Ramirez1-0/+12
svn path=/trunk/; revision=615