aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2015-02-04emem is dead! Long live wmem!Michael Mann1-1/+0
Change-Id: Iddd1200e62bf3200cb1a68408378dd9d47120b77 Reviewed-on: https://code.wireshark.org/review/6939 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Evan Huus <eapache@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-07-31Add a bunch of missing files to the distribution.Guy Harris1-0/+5
Files from the debian directory, documents from the doc directory, graphics from the docbook/wsug_graphics directory, and the echld Makefile.nmake. Change-Id: Iccccc58811753581b0b180053defd937aea22f95 Reviewed-on: https://code.wireshark.org/review/3283 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-06-16More Python-bindings removal.Jeff Morriss1-1/+0
Change-Id: I4d82175781e65c73179f4c8e737a7900cb050bce Reviewed-on: https://code.wireshark.org/review/2283 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-03-16Remove Visual Studio solution and project files (and their existence from ↵Michael Mann1-1/+0
Makefiles) There have been discussions on -dev about removing this and I believe I was the last holdout. Finally convinced that I should just have a local copy (ignored by git) Change-Id: Ic72a22baf58e3412023cf851f0fce16eb07113b0 Reviewed-on: https://code.wireshark.org/review/681 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-14Remove $Id$ and other Subversion leftovers from the doc files.Jeff Morriss1-2/+0
Change-Id: I28a376f7e0fd90971f65ae9c1105a3ec85221470 Reviewed-on: https://code.wireshark.org/review/204 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-10-13Subsume README.binarytrees into wmem doxygen. The README was out of dateEvan Huus1-1/+0
anyways, since Michael made key operations non-destructive in r44380. svn path=/trunk/; revision=52583
2013-06-09Back out the Makefile changes from r49865. The OSX buildbots don't like ↵Chris Maynard1-1/+0
--utf8. Is the change to wireshark.pod.template sufficient? svn path=/trunk/; revision=49866
2013-06-09Due to utf8 characters in the AUTHORS file, pass --utf8 to pod2man.Chris Maynard1-0/+1
Fixes the 2nd problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8774 svn path=/trunk/; revision=49865
2013-05-20Make sure we apply POD_CSS_URL everywhere. Capitalize a couple of titles.Gerald Combs1-12/+12
svn path=/trunk/; revision=49466
2013-05-09"URL" is probably more correct than "PATH".Gerald Combs1-2/+2
svn path=/trunk/; revision=49220
2013-05-09Allow the CSS path in the HTML man pages to be specified via POD_CSS_PATH, e.g.Gerald Combs1-1/+3
make POD_CSS_PATH=/my/strange/and/wonderful.css svn path=/trunk/; revision=49219
2013-04-16Add packet-PROTOABBREV.c to source distribution. Reorder some entries.Jeff Morriss1-6/+7
svn path=/trunk/; revision=48878
2013-03-06Add asn2deb.pod and idl2deb.pod to the source distribution.Jeff Morriss1-2/+4
svn path=/trunk/; revision=48136
2013-03-06Don't use (GNU-specific) pattern rules: use old-fashioned suffix rules instead.Jeff Morriss1-164/+61
Since there's now a suffix rule for the .1 man pages, don't create explicit rules for them. (Leave a comment explaining why the .html and .4 rules need to stay.) Simplify CLEANFILES: there's no need to list each man page, just remove them all. svn path=/trunk/; revision=48135
2013-03-06Fix distcheck in autotools based buildsBalint Reczey1-2/+2
svn path=/trunk/; revision=48134
2013-03-06Merge asn2deb and idl2deb from official Debian packageBalint Reczey1-1/+19
svn path=/trunk/; revision=48133
2013-02-06Remove more unnecessary defintions.Gerald Combs1-2/+0
svn path=/trunk/; revision=47527
2013-02-04At least as I readGuy Harris1-4/+4
http://www.gnu.org/software/automake/manual/automake.html#index-g_t_0040code_007bAM_005fDEFAULT_005fVERBOSITY_007d-1018 this is the way to do the silent-rules stuff; using nested variable expansion in Makefile.am causes warnings when running autogen.sh. svn path=/trunk/; revision=47474
2013-02-04Prettify the silent build.Gerald Combs1-26/+36
svn path=/trunk/; revision=47468
2013-02-01Add $(AM_V_GEN) in a few more places.Gerald Combs1-4/+4
svn path=/trunk/; revision=47434
2013-02-01Add support for silent builds.Gerald Combs1-26/+26
svn path=/trunk/; revision=47431
2012-10-30Add wmem readme to the appropriate build files.Evan Huus1-0/+1
svn path=/trunk/; revision=45833
2012-10-03Fix a spelling mistake.Martin Mathieson1-1/+1
svn path=/trunk/; revision=45290
2012-10-03Also add the reordercap help files to CLEANFILES.Martin Mathieson1-0/+2
svn path=/trunk/; revision=45285
2012-10-03Add reordercap.pod to EXTRA_DISTJakub Zawadzki1-0/+1
svn path=/trunk/; revision=45284
2012-10-03Fix copy-paste bug.Jakub Zawadzki1-1/+1
it should also fix bulding error: Can't open ../../doc/reordercap.pod: No such file or directory at /usr/bin/pod2man line 60 svn path=/trunk/; revision=45283
2012-10-03Add a man page for reordercap.Martin Mathieson1-1/+15
svn path=/trunk/; revision=45282
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-26Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7406 :Jeff Morriss1-0/+5
Build the idl2wrs man page (including the HTML version) but don't install them: a developer might want to read the man page and the Debian development package wants to install them. svn path=/trunk/; revision=43498
2012-06-19Don't install idl2wrs except in Debian's special wireshark-dev package.Jeff Morriss1-2/+1
(Normal Wireshark installations can't be used to develop dissectors so there's no need to install it or its man page.) http://www.wireshark.org/lists/wireshark-dev/201206/msg00073.html (The Debian changes are untested.) svn path=/trunk/; revision=43370
2011-11-22Unconditionally install idl2wrsBalint Reczey1-1/+1
svn path=/trunk/; revision=39985
2011-03-17Add README.heuristic to the source distributionJeff Morriss1-0/+1
svn path=/trunk/; revision=36205
2010-07-15Don't include the filter list (which is now over 16MB) in theGerald Combs1-8/+3
wireshark-filter man page. Point to other sources for the list instead. svn path=/trunk/; revision=33539
2010-07-14Fix a typo.Gerald Combs1-12/+12
svn path=/trunk/; revision=33520
2010-07-14Add dftest.pod and randpkt.pod to the release tarball.Guy Harris1-4/+6
Clean up tabs. svn path=/trunk/; revision=33516
2010-07-13From Jan Šafránek:Jaap Keuter1-3/+36
dftest and randpkt are installed during make install, but they are not documented in any man page. This is a start. It's more or less a compilation of information found elsewhere. svn path=/trunk/; revision=33504
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+2
svn path=/trunk/; revision=33386
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