mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
12 lines
371 B
Diff
12 lines
371 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -57,7 +57,7 @@
|
|
|
|
if get_option('man')
|
|
xsltproc = find_program('xsltproc', required: true)
|
|
- stylesheet = 'http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl'
|
|
+ stylesheet = 'http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl'
|
|
xsltproc_command = [
|
|
xsltproc,
|
|
'--nonet',
|