mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02:00
15 lines
455 B
Diff
15 lines
455 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 4f8af10..001c69b 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -5,7 +5,8 @@ CFLAGS?=-O2 -g -Wall
|
|
INSTALL_BIN?=install -s
|
|
PREFIX?=/usr
|
|
|
|
-DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
|
|
+DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl
|
|
+
|
|
|
|
all: $(BINS) $(MANS)
|
|
|