netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] autotools conversion: added autotools support for the 'doc' subdir.
@ 2014-11-10 14:57 Giorgio Dal Molin
  2014-11-10 14:57 ` Giorgio Dal Molin
  2014-11-10 14:57 ` [PATCH 1/1] " Giorgio Dal Molin
  0 siblings, 2 replies; 4+ messages in thread
From: Giorgio Dal Molin @ 2014-11-10 14:57 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Giorgio

From: Giorgio <giorgio.nicole@arcor.de>

This patch adds support to eventually build the nft docs: 'nft.8' and
'nft.pdf' in case the proper documentation tools are found on the system.
To build the man page 'nft.8' we look for one the three programs:
'docbook2x-man', 'docbook2man' and 'db2x_docbook2man'; in case one was found
it is used to build the man page with the command:

# ${DB2MAN} --xinclude $<

To build the .pdf we search for 'dblatex'.

giorgio (1):
  autotools conversion: added autotools support for the 'doc' subdir.

 Makefile.am     |  5 ++---
 configure.ac    | 45 ++++++++++++++++++++++-----------------------
 doc/Makefile.am | 19 +++++++++++++++++++
 doc/Makefile.in | 20 --------------------
 4 files changed, 43 insertions(+), 46 deletions(-)
 create mode 100644 doc/Makefile.am
 delete mode 100644 doc/Makefile.in

-- 
2.1.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-12 12:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 14:57 [PATCH 0/1] autotools conversion: added autotools support for the 'doc' subdir Giorgio Dal Molin
2014-11-10 14:57 ` Giorgio Dal Molin
2014-11-10 14:57 ` [PATCH 1/1] " Giorgio Dal Molin
2014-11-12 12:05   ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).