aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2016-10-04help/Makefile.am: Use the python command chosen by the configure scriptPHO1-2/+2
Change-Id: I7b6e2b0c7802e214b4483990d0e7e70c58b3f96b Reviewed-on: https://code.wireshark.org/review/18042 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2016-06-15Remove Nmake build systemPascal Quantin1-1/+0
Change-Id: I3bd474f3cda9667dec66426b5729449953df3e61 Reviewed-on: https://code.wireshark.org/review/15777 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jörg Mayer <jmayer@loplof.de> Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2015-03-25Always use html2text.py for FAQ, improve outputPeter Wu1-8/+3
A recent commit broke compilation with Python 3. The original author of html2text.py is deceased and the fork has increased the number of files for this "simple" helper. The html2text.py script in this patch was rewritten and its output matches with lynx (except for a few newlines around lists). This means that indentation has been added for headings, paragraphs and lists. Also, since it was written from scratch, a new license could be chosen that matches Wireshark. Since now the in-tree html2text.py script provides nicer output, remove detection of the alternative programs (elinks, links). lynx/w3m is somehow still necessary for asciidoc though. (I also looked into reusing html2text.py for the release notes to replace asciidoc, but the --format=html output produces different output (HTML adds a ToC and section numbers). For now still require lynx for release notes) Tested with Python 2.6.6, 2.7.9, 3.2.6 and 3.4.3 under LC_ALL=C and LC_ALL=en_US.UTF-8 on Linux. Tested reading from stdin and file, writing to file, pipe and tty. Tested with cmake (Ninja) and autotools on Arch Linux x86_64. Test: # For each $PATH per python version, execute (with varying LC_ALL) help/faq.py -b | tools/html2text.py /dev/stdin | md5sum help/faq.py -b | tools/html2text.py | md5sum help/faq.py -b | tools/html2text.py help/faq.py -b | tools/html2text.py >/dev/null Change-Id: I6409450a3e6c8b010ca082251f9db7358b0cc2fd Reviewed-on: https://code.wireshark.org/review/7779 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-12-19Take out parenthesis around faq.txt rule so it works when automakeStephen Fisher1-5/+5
chooses Korn shell instead of Bourne shell. It still works with the Bourne shell in my testing. Change-Id: I00bfed22fb0d9bb183637ea5fb111904b8536949 Reviewed-on: https://code.wireshark.org/review/5880 Reviewed-by: Stephen Fisher <sfisher@sdf.org>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-07-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8908 :Jeff Morriss1-6/+6
As per http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script the portable way to find out if a particular command is available is with "command -v" not "which". svn path=/trunk/; revision=50610
2013-02-04Prettify more build output.Gerald Combs1-1/+1
svn path=/trunk/; revision=47469
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2009-02-03Get rid of FAQ file completely: It's still available as help/faq.txtJörg Mayer1-1/+5
svn path=/trunk/; revision=27359
2008-12-17Update html2text.py to suit our needs. Add spaces in the faq.txt targetGerald Combs1-4/+6
so to fix a problem with OS X 10.4. Add html2text.py to the end of the faq.txt target. svn path=/trunk/; revision=27040
2008-12-15Suggest an alternative to hunting for elinks/links/lynx.Gerald Combs1-0/+1
svn path=/trunk/; revision=27003
2008-12-15Serialize faq.txt creation steps.Balint Reczey1-1/+1
svn path=/trunk/; revision=27001
2008-12-15Try browsers for faq.txt generation silently.Balint Reczey1-3/+3
svn path=/trunk/; revision=26999
2008-12-15Fixed links parameters.Balint Reczey1-1/+1
Tested with Links 2.1pre37. svn path=/trunk/; revision=26997
2008-12-14From Didier Gautheron (bug 3121):Stig Bjørlykke1-3/+3
User srcdir in Makefiles for faq.py. svn path=/trunk/; revision=26996
2008-12-13Fix to make faq.txt when one or more of elinks,... don't existBill Meier1-3/+5
svn path=/trunk/; revision=26986
2008-12-13Fix FAQ targets.Gerald Combs1-3/+3
svn path=/trunk/; revision=26981
2008-12-13Update faq.py to generate a full HTML document by default. Pull in a typoGerald Combs1-2/+7
fix from FAQ. Update the makefiles to build help/faq.txt and FAQ. Remove help/faq.txt and FAQ from the repository, since they're automatically generated now. Remove the make-faq script. svn path=/trunk/; revision=26980
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-7/+11
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
2004-09-25removed "Well Known" help page, as the content (and far more than that) ↵Ulf Lamping1-2/+1
moved to the wiki. svn path=/trunk/; revision=12100
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-02-09two new help pages:Ulf Lamping1-1/+3
getting_started for the very first steps running Ethereal capturing for some explanation how to capture data svn path=/trunk/; revision=10013
2003-12-22Have a "toc" file in the help directory, which gives a list of helpGuy Harris1-1/+2
topic titles and help file names. svn path=/trunk/; revision=9417
2003-12-22file "convert-include.sh" no longer used, so no need to distribute itUlf Lamping1-2/+2
svn path=/trunk/; revision=9413
2003-12-22Arrange to install the help files.Guy Harris1-3/+7
svn path=/trunk/; revision=9411
2003-12-22using distributed help text files, instead of "#include" built in textsUlf Lamping1-18/+3
svn path=/trunk/; revision=9408
2003-12-13Add the help directory to the build. Bump the release version to 0.10.0aGerald Combs1-0/+48
svn path=/trunk/; revision=9276