Files
bubblewrap/Makefile-docs.am
Colin Walters c8c84fe486 build: Use git.mk
It's less manual etc.

Closes: #33
Approved by: alexlarsson
2016-04-22 06:29:52 +00:00

18 lines
447 B
Plaintext

XSLTPROC = xsltproc
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
.xml.1:
$(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
if ENABLE_MAN
man_MANS = bwrap.1
CLEANFILES += $(man_MANS)
endif