summaryrefslogtreecommitdiff
path: root/docbook/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-02-03Convert the dissection chapter to AsciiDoc.Gerald Combs1-1/+2
Change-Id: Ieccd2ad235576b9ec6013ddb23a8373ccf2f8cdf Reviewed-on: https://code.wireshark.org/review/92 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org>
2014-02-02Convert three more WSDG chapters: works, build, and capture.Gerald Combs1-4/+7
Start adding references to Qt and wsutil. Fix a file extension in CMakeLists.txt. Change-Id: I0cbe7e802d88a05effff40b5de72669e22c0df53 Reviewed-on: https://code.wireshark.org/review/79 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org>
2014-02-01Convert the libraries chapter to AsciiDoc.Gerald Combs1-1/+2
Add some docbook-related entries to .gitignore. Whoever maintains the Windows libraries has done a terrible job of keeping this chapter up to date. Change-Id: Ic6dcbd9e8369eae9f07403bd3f805a515886f542 Reviewed-on: https://code.wireshark.org/review/72 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org>
2014-02-01Convert the tools chapter to AsciiDoc.Gerald Combs1-1/+2
Replace SVN text with Git, other mostly-minor edits. Change-Id: I41b602cc9334656dc8e5f37c33fb6cd660043d17 Reviewed-on: https://code.wireshark.org/review/69 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org>
2014-01-27Convert the quick setup chapter to AsciiDoc and start converting itsGerald Combs1-1/+2
content to Git. svn path=/trunk/; revision=54985
2014-01-27Migrate the build environment introduction to AsciiDoc.Gerald Combs1-1/+2
svn path=/trunk/; revision=54971
2014-01-27Convert the preface to AsciiDoc with minor edits.Gerald Combs1-2/+3
svn path=/trunk/; revision=54970
2014-01-25Fix xpath selector. Clean up whitespace.Gerald Combs1-1/+2
svn path=/trunk/; revision=54955
2014-01-25Try to get CMake to build the Developer Guide again. I don't haveGerald Combs1-9/+50
dblatex installed so the release notes fail to build but the WSDG targets appear to work. svn path=/trunk/; revision=54952
2014-01-24Looks like the asciidoc stuff is wip and breaks cmake builds.Jörg Mayer1-1/+2
Comment it out for now. svn path=/trunk/; revision=54937
2014-01-24Prepare for conversion of Guide chapters to AsciiDoc.Gerald Combs1-0/+5
svn path=/trunk/; revision=54936
2014-01-22Prepare for Git migration.Gerald Combs1-5/+5
Mass-replace "svn" with "git". Add commented code to use git to fetch the repository version. svn path=/trunk/; revision=54905
2013-11-01Add generation of release notes.Jörg Mayer1-5/+47
Regenerate NEWS file svn path=/trunk/; revision=53014
2013-10-10Revert "Fix using fop from CMake"Balint Reczey1-4/+0
This reverts commit r52484 svn path=/trunk/; revision=52488
2013-10-10Fix using fop from CMakeBalint Reczey1-0/+4
svn path=/trunk/; revision=52484
2013-07-30Mimic commit ↵Jörg Mayer1-4/+4
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51021 svn path=/trunk/; revision=51027
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-02-04Add note about unifying a4 and letter format builds.Jörg Mayer1-0/+4
svn path=/trunk/; revision=40844
2012-02-04- Add a comment how to improve the output of supported features later on.Jörg Mayer1-16/+0
- Move docbook pdf installation to toplevel. svn path=/trunk/; revision=40840
2011-01-27Missing a Users Guide graphic.Jaap Keuter1-0/+1
svn path=/trunk/; revision=35675
2011-01-09Add the graphic files to the distribution.Jaap Keuter1-0/+4
svn path=/trunk/; revision=35444
2010-11-22Add new files to cmake as wellJörg Mayer1-0/+1
svn path=/trunk/; revision=34999
2010-11-16First try to install docbook stuff as well - not yet workingJörg Mayer1-6/+4
svn path=/trunk/; revision=34896
2010-09-23Install guides into DOC_DIR if definedJörg Mayer1-6/+24
svn path=/trunk/; revision=34198
2010-02-25Almost working out-of-tree builds for the documentation,Jörg Mayer1-79/+73
with a few hacks right now: - The tip.png, warning.png and note.png images are missing from the pdfs and I have no idea how to tell fop how to find them. - Disabling/enabling building the guides via option currently doesn't work (probably too many macros :-), so comment out the subdir instead. - Right now, in order to build the devleopers guide we need to do the following in the source docbook directory: touch wsdg_graphics/toolbar/dummy.dummy Apart from these: The build works with a pristine docbook dir (svn status --no-ignore). svn path=/trunk/; revision=32004
2010-01-22Add a simple help page for LTE RLC stats.Martin Mathieson1-0/+1
svn path=/trunk/; revision=31616
2009-12-29- Beginnings of cmake in docbook directoryJörg Mayer1-0/+361
- Add note about "make help" - Move beginnings of packaging into its own file: CPackConfig.txt svn path=/trunk/; revision=31379