Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
haasken@lnx-haasken lustre-manual $ cat /etc/SuSE-release
SUSE Linux Enterprise Desktop 11 (x86_64)
VERSION = 11
PATCHLEVEL = 2
-
11920
Description
make fails on a SLED 11 SP2 machine with the following error:
haasken@lnx-haasken lustre-manual $ make html sed -e 's;PRIMARYXSL;/html/docbook.xsl;' ./style/customstyle.xsl | \ xsltproc --xinclude -o lustre_manual.html - ./index.xml warning: failed to load external entity "/html/docbook.xsl" compilation error: file - line 6 element import xsl:import : unable to load /html/docbook.xsl make: *** [lustre_manual.html] Error 5
It looks like the Makefile does not have a case for the installed location of the docbook.xsl files on SLED. That location is /usr/share/xml/docbook/stylesheet/nwalsh5/$VERSION/*/docbook.xsl. This could be added to the Makefile so that SLED 11 SP2 is supported.