Skip to content
Snippets Groups Projects
Commit a4a35684 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Trivial style cleanup in makefile

parent 8ae0c6d9
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -8,7 +8,8 @@ XSLTPROC_FLAGS = \
--stringparam man.authors.section.enabled 0 \
--stringparam man.copyright.section.enabled 0
XSLT_MAN = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
XSLT_DOMAIN = docbook.sourceforge.net
XSLT_MAN = http://$(XSLT_DOMAIN)/release/xsl/current/manpages/docbook.xsl
%.1: doc/%.xml
$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) $(XSLT_MAN) $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment