#2632 closed Patches (fixed)
Find system's docbook and docbook-xsl
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | To Be Determined | Component: | CMake |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | BoostDocs | Cc: |
Description
When BoostDocs.cmake tries to find the paths for DOCBOOK_DTD_DIR and DOCBOOK_XSL_DIR, it checks only the paths where the cmake-script might have downloaded it, not the path where the OS might have installed it.
Please add "/usr/share/xml/docbook/schema/dtd/${WANT_DOCBOOK_DTD_VERSION}" to the PATHS for DOCBOOK_DTD_DIR
and "/usr/share/xml/docbook/stylesheet/nwalsh" for the PATHS for DOCBOOK_XSL_DIR.
This is working fine on ubuntu, when the packages "docbook" and "docbook-xsl" are installed.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | BoostDocs.cmake.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch