Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#2632 closed Patches (fixed)

Find system's docbook and docbook-xsl

Reported by: daniel@… 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)

BoostDocs.cmake.patch (803 bytes ) - added by daniel@… 14 years ago.
patch

Download all attachments as: .zip

Change History (3)

by daniel@…, 14 years ago

Attachment: BoostDocs.cmake.patch added

patch

comment:1 by troy d. straszheim, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.