diff options
author | Peter Eisentraut <petere@debian.org> | 2013-11-02 17:44:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-05 22:35:50 -0400 |
commit | a4ae7cb030f54132756fd2dc74bbdf47bdbdc134 (patch) | |
tree | 9230d9883a5e13b3a88dafa810657959e4161a37 /Makefile | |
parent | f0fb1db1f524d51503ebc757828c7d2f3874cebf (diff) | |
download | moreutils-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |