summaryrefslogtreecommitdiff
path: root/docs/man/Makefile.am
blob: 07bfd555806af132759dd666d0e5e210c459794d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

secret-tool.1: docs/man/secret-tool.xml
	$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<

man_MANS += \
	secret-tool.1

EXTRA_DIST += docs/man/secret-tool.xml