blob: 76d6a8f6be31725d291bc910339f39294193fceb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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)
|