Now that the docproj port is updated accordingly, use version 4.2 of the
docbook-xml DTD when building with the xsl stylesheet.
This commit is contained in:
parent
f8607e4f57
commit
9486dcc1b3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16523
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ all: ${_docs}
|
|||
# Better approaches to handling this would be most welcome
|
||||
|
||||
${DOC}.xml: ${SRCS}
|
||||
echo '<!DOCTYPE book SYSTEM "/usr/local/share/xml/docbook/4.1.2/docbookx.dtd">' > ${DOC}.xml
|
||||
echo '<!DOCTYPE book SYSTEM "/usr/local/share/xml/docbook/4.2/docbookx.dtd">' > ${DOC}.xml
|
||||
${SX} -xlower -xndata ${MASTERDOC} 2> .sxerr | tail -n +2 >> ${DOC}.xml
|
||||
@-grep -v 'reference to internal SDATA entity' .sxerr
|
||||
|
||||
|
|
Loading…
Reference in a new issue