forked from lix-project/lix
* Don't hardcode the path to the DocBook DTD/stylesheets.
This commit is contained in:
parent
ba73f94b3b
commit
12e805cfb0
|
@ -1,6 +1,3 @@
|
||||||
DOCBOOK_DTD = /nix/current/xml/dtd/docbook
|
|
||||||
DOCBOOK_XSL = /nix/current/xml/xsl/docbook
|
|
||||||
|
|
||||||
ENV = SGML_CATALOG_FILES=$(DOCBOOK_DTD)/docbook.cat
|
ENV = SGML_CATALOG_FILES=$(DOCBOOK_DTD)/docbook.cat
|
||||||
|
|
||||||
XMLLINT = $(ENV) xmllint --catalogs
|
XMLLINT = $(ENV) xmllint --catalogs
|
||||||
|
|
Loading…
Reference in a new issue