summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-03-11 17:54:12 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-21 00:44:00 -0400
commite9ba6d2c47bacae433be1a6c629d4d307206245a (patch)
tree1c90ec8da1a8fb7249b86fd284fbb1178d37abdf /Makefile.am
parenta29754b4f152db15b8a7622d7319cfee62f8d7d8 (diff)
gnu: docbook-xml: Use XSLT to patch catalog.xml.
(sxml transforms) are unsuited here due to guile-bug #20339. * gnu/packages/aux-files/xml/patch-catalog-xml.xsl: New file. * Makefile.am: Register it. * gnu/packages/docbook.scm (docbook-xml-5)[native-inputs]: Add libxslt. [arguments]: Add phase to patch catalog.xml using XSLT. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8c505d8cd31..645026a9ba7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -436,7 +436,8 @@ AUX_FILES = \
436 gnu/packages/aux-files/python/sanity-check.py \ 436 gnu/packages/aux-files/python/sanity-check.py \
437 gnu/packages/aux-files/python/sitecustomize.py \ 437 gnu/packages/aux-files/python/sitecustomize.py \
438 gnu/packages/aux-files/renpy/renpy.in \ 438 gnu/packages/aux-files/renpy/renpy.in \
439 gnu/packages/aux-files/run-in-namespace.c 439 gnu/packages/aux-files/run-in-namespace.c \
440 gnu/packages/aux-files/xml/patch-catalog-xml.xsl
440 441
441# Templates, examples. 442# Templates, examples.
442EXAMPLES = \ 443EXAMPLES = \