summaryrefslogtreecommitdiff
path: root/docs/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/Makefile.am')
-rw-r--r--docs/man/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am
deleted file mode 100644
index 07bfd55..0000000
--- a/docs/man/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-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