URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1837263708cda91caec1691a469ad1415924a8e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a183726 by Gerald Combs (gerald@xxxxxxxxxxxxx):
DocBook: Don't require xmllint.
Remove dependencies on xmllint. We don't write DocBook by hand any more
and we haven't used it in a long time in the CMake builds.
Change-Id: Ic07f03b00c4554c058eece0462b0925d565b6da1
Reviewed-on: https://code.wireshark.org/review/14506
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from bf1c8b5 6lowpan: proto_tree_add_item() can be used directly for an FT_UINT64
adds a183726 DocBook: Don't require xmllint.
Summary of changes:
.gitignore | 2 --
Makefile.am | 1 -
cmake/modules/FindXMLLINT.cmake | 73 --------------------------------------
cmake/modules/FindXSLTPROC.cmake | 2 --
config.nmake | 3 --
configure.ac | 5 ---
docbook/CMakeLists.txt | 13 -------
docbook/Makefile.am | 28 +++------------
docbook/Makefile.common | 1 -
docbook/Makefile.nmake | 22 ++----------
docbook/README.txt | 31 +---------------
11 files changed, 8 insertions(+), 173 deletions(-)
delete mode 100644 cmake/modules/FindXMLLINT.cmake