aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15Switch to Asciidoc for the release notes. The initial conversion fromGerald Combs1-27/+31
Docbook was done using Pandoc and cleaned up by hand. Add an asciidoc.conf which contains macros for linking to Wireshark bugs and CVE IDs. Remove the release-notes.chm target. I don't think we ever used it and we're probably better off generating PDF or HTML if we need something fancier than plain text. In configure.ac, consolidate program path discovery a bit and add a2x discovery. svn path=/trunk/; revision=48307
2012-11-12Print an explanatory message when asked to build a PDF but FOP is not installed.Jeff Morriss1-1/+3
svn path=/trunk/; revision=46015
2011-10-25From Ed Beroset: Fix a typo in MakefileBill Meier1-2/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6482 svn path=/trunk/; revision=39548
2011-09-30More tpo fixes.Guy Harris1-2/+2
svn path=/trunk/; revision=39202
2011-09-30s/wsug_/wsdg_/g in the Developer's Guide targets.Gerald Combs1-6/+5
svn path=/trunk/; revision=39199
2011-09-16wsdg_graphics/toolbar is a directory; fix the rules that weren't alreadyGuy Harris1-4/+6
fixed to cope with that. svn path=/trunk/; revision=39021
2011-05-27Remove some stuff again.Anders Broman1-2/+1
svn path=/trunk/; revision=37437
2011-05-27Include missing files in distribution.Anders Broman1-1/+4
svn path=/trunk/; revision=37435
2010-09-23Install guides into DOC_DIR if definedJörg Mayer1-0/+1
svn path=/trunk/; revision=34198
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+1
svn path=/trunk/; revision=33386
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+8
svn path=/trunk/; revision=32807
2010-04-05Disable the possible use of 'links' to generate release-notes.txtBill Meier1-4/+6
"Fixes" Bug #4631. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4631 svn path=/trunk/; revision=32389
2010-02-12'lint' the XML source even when building individual documents.Jaap Keuter1-18/+31
svn path=/trunk/; revision=31867
2010-02-11We don't want to deliver the (generated) Makefile. Since Makefile.common is ↵Jeff Morriss1-4/+0
always a dependency, add references to it only once (in Makefile.common). Should it be a dependency? svn path=/trunk/; revision=31863
2010-02-11Fix the GNU build.Gerald Combs1-3/+3
svn path=/trunk/; revision=31862
2010-02-10Make the build dependencies more consistent between platforms. Try toGerald Combs1-0/+4
fix the Windows build (without breaking the GNU toolchain build). svn path=/trunk/; revision=31861
2010-02-10Use automake to build things in docbook/ .Jeff Morriss1-0/+240
This at least gets the docbook source distributed, as requested in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3871 Still to do: 1) get out-of-source-tree builds working 2) automatically check that everything is distributed with distcheck (requires (1) but it may also require building the docbook directory as part of "make all") 3) (optional) use automake rules to actually build the stuff (currently Makefile.am is basically some automake stuff wrapped around standard Makefile rules. Could this done better?) svn path=/trunk/; revision=31858