2024-04-05 00:34:58 +02:00
|
|
|
From 3bb8f5af80b611238160ceb88f288af7037281e9 Mon Sep 17 00:00:00 2001
|
2023-07-16 19:10:15 +02:00
|
|
|
From: Michal Suchanek <msuchanek@suse.de>
|
|
|
|
Date: Mon, 6 Sep 2021 14:52:35 +0200
|
2024-04-05 00:34:58 +02:00
|
|
|
Subject: [PATCH] Do not download the docbook stylesheet during build, use
|
2023-07-16 19:10:15 +02:00
|
|
|
local copy instead.
|
|
|
|
|
|
|
|
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
|
|
|
|
---
|
|
|
|
man/Makefile.am | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/man/Makefile.am b/man/Makefile.am
|
2024-04-05 00:34:58 +02:00
|
|
|
index d62ff21c799f..6e6aedf092ad 100644
|
2023-07-16 19:10:15 +02:00
|
|
|
--- a/man/Makefile.am
|
|
|
|
+++ b/man/Makefile.am
|
2024-04-05 00:34:58 +02:00
|
|
|
@@ -28,7 +28,7 @@ define generate_manpage
|
2021-01-13 10:00:05 +01:00
|
|
|
--nonet \
|
|
|
|
--stringparam man.output.quietly 1 \
|
|
|
|
--param funcsynopsis.style "'ansi'" \
|
2023-07-16 19:10:15 +02:00
|
|
|
- http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl -
|
|
|
|
+ /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl -
|
2024-04-05 00:34:58 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
%.5: %.5.xml
|
2023-07-16 19:10:15 +02:00
|
|
|
--
|
2024-04-05 00:34:58 +02:00
|
|
|
2.44.0
|
2023-07-16 19:10:15 +02:00
|
|
|
|