[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65479] [PATCH core-updates 52/61] gnu: git: Drop docbook workaround
From: |
Bruno Victal |
Subject: |
[bug#65479] [PATCH core-updates 52/61] gnu: git: Drop docbook workarounds. |
Date: |
Wed, 23 Aug 2023 23:35:44 +0100 |
* gnu/packages/version-control.scm (git)[arguments]<#:phases>: Drop
docbook-xsl related substitution.
[native-inputs]: Add docbook-xml-4.5.
---
gnu/packages/version-control.scm | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 9342b68177..77f50458be 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -259,6 +259,7 @@ (define-public git
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook2x" ,docbook2x)
+ ("docbook-xml" ,docbook-xml-4.5)
("docbook-xsl" ,docbook-xsl)
("libxslt" ,libxslt)
("pkg-config" ,pkg-config)
@@ -379,17 +380,6 @@ (define-public git
(add-after 'build 'build-subtree
(lambda* (#:key inputs #:allow-other-keys)
(with-directory-excursion "contrib/subtree"
- (substitute* "Makefile"
- ;; Apparently `xmlto' does not bother to looks up the
stylesheets
- ;; specified in the XML, unlike the above substitution.
Instead it
- ;; uses a hard-coded URL. Work around it here, but if this is
- ;; common perhaps we should hardcode this path in xmlto
itself.
- (("\\$\\(XMLTO\\) -m \\$\\(MANPAGE_XSL\\)")
- (string-append "$(XMLTO) -x "
- (string-append (assoc-ref inputs
"docbook-xsl")
- "/xml/xsl/docbook-xsl-"
- ,(package-version docbook-xsl))
- "/manpages/docbook.xsl -m $(MANPAGE_XSL)")))
(invoke "make")
(invoke "make" "install")
(invoke "make" "install-doc")
--
2.40.1
- [bug#65479] [PATCH core-updates 24/61] gnu: docbook2x: Drop docbook-xml workarounds., (continued)
- [bug#65479] [PATCH core-updates 24/61] gnu: docbook2x: Drop docbook-xml workarounds., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 42/61] gnu: drumstick: Drop docbook workaround., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 22/61] gnu: xmlto: Add libxslt native-search-paths to its own., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 30/61] gnu: colord-gtk: Build documentation., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 28/61] gnu: udisks: Rewrite using G-Expressions., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 27/61] gnu: xdg-user-dirs: Drop docbook workaround., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 31/61] gnu: criu: Drop xmlto workaround., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 34/61] gnu: gnome-session: Build documentation., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 41/61] gnu: tdb: Build manpages., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 50/61] gnu: tunctl: Update comment., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 52/61] gnu: git: Drop docbook workarounds.,
Bruno Victal <=
- [bug#65479] [PATCH core-updates 51/61] gnu: gdcm: Build manpages., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 43/61] gnu: vmpk: Drop docbook workaround., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 61/61] gnu: Remove unneeded libxml2 from native-inputs. (gtk-doc), Bruno Victal, 2023/08/23
- [bug#65479] [PATCH 37/61] gnu: libxkbcommon: Add doc output., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 36/61] gnu: metapixel: Rewrite with G-Expressions., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 48/61] gnu: alsa-utils: Build manpages., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 53/61] gnu: gtk-doc: Rewrite with G-Expressions., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 54/61] gnu: gtk-doc: Wrap XML_CATALOG_FILES., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 55/61] gnu: gtk-doc: Remove leftovers., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 57/61] gnu: libstdc++-doc: Build libstdc++ info documentation., Bruno Victal, 2023/08/24