2012-08-08 08:40:30 +00:00
|
|
|
XSLTPROC_FLAGS = \
|
|
|
|
--nonet \
|
|
|
|
--stringparam man.output.quietly 1 \
|
|
|
|
--stringparam funcsynopsis.style ansi \
|
|
|
|
--stringparam man.th.extra1.suppress 1 \
|
|
|
|
--stringparam man.authors.section.enabled 0 \
|
|
|
|
--stringparam man.copyright.section.enabled 0
|
|
|
|
|
2014-03-04 07:20:53 +00:00
|
|
|
secret-tool.1: docs/man/secret-tool.xml
|
2012-08-08 08:40:30 +00:00
|
|
|
$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
|
|
|
|
2014-03-04 07:20:53 +00:00
|
|
|
man_MANS += \
|
2012-08-08 08:40:30 +00:00
|
|
|
secret-tool.1
|
|
|
|
|
2014-03-04 07:20:53 +00:00
|
|
|
EXTRA_DIST += docs/man/secret-tool.xml
|