]> git.ipfire.org Git - thirdparty/nftables.git/commit
build: add autotools support for the 'doc' subdir
authorGiorgio Dal Molin <giorgio.nicole@arcor.de>
Wed, 12 Nov 2014 16:41:05 +0000 (17:41 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 12 Nov 2014 20:43:45 +0000 (21:43 +0100)
commitc12d635ca3ef24345e37aca7bd2bb1aa280c0e34
tree466d66415fcac8679ccfeeae7db6cbdbc059d174
parent5fa8e494ca240567313215a7d5a87c620e86024e
build: add autotools support for the 'doc' subdir

'nft' documentation is originally contained in the XML file 'doc/nft.xml'.
Processing this file with the proper tools we can obtain a PDF document,
 'nft.pdf', and a unix man page, 'nft.8'.

To produce the PDF we need the tool 'dblatex' (current release
pypi.python.org/pypi/dblatex/0.3.5).

To produce the man page we use the tool 'docbook2man'; it is part of the
package 'docbook2X' (docbook2x.sourceforge.net). On some linux
distributions the tool can have slightly different names as 'docbook2x-man'
or 'db2x_docbook2man' so we search for all three names and use the first
one found and issue the command:

 # ${DB2MAN} --xinclude $<

Signed-off-by: Giorgio Dal Molin <giorgio.nicole@arcor.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Makefile.am
configure.ac
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [deleted file]