summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut <petere@debian.org>2013-11-02 17:44:03 -0400
committerJoey Hess <joey@kitenet.net>2013-11-05 22:35:50 -0400
commita4ae7cb030f54132756fd2dc74bbdf47bdbdc134 (patch)
tree9230d9883a5e13b3a88dafa810657959e4161a37 /Makefile
parentf0fb1db1f524d51503ebc757828c7d2f3874cebf (diff)
downloadmoreutils-a4ae7cb030f54132756fd2dc74bbdf47bdbdc134.tar.gz
Use docbook-xsl to build man pages
Use the style sheets from docbook-xsl to build man pages from DocBook, instead of the obsolete docbook2x package. Adjust Debian build dependencies accordingly. Add some man page metadata required by the new tool chain to the sources.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4272d93..4f8af10 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CFLAGS?=-O2 -g -Wall
INSTALL_BIN?=install -s
PREFIX?=/usr
-DOCBOOK2XMAN=docbook2x-man
+DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
all: $(BINS) $(MANS)