diff options
author | Stef Walter <stef@thewalter.net> | 2014-01-14 10:00:36 +0100 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2014-01-14 11:28:43 +0100 |
commit | 1f4f072346e388d7b6b6cf79b111952069c4e95c (patch) | |
tree | 0aad4c4dcf331d084ac14802be97577ce10ff085 /doc/manual | |
parent | 9afb6eff85489614d0bc56a3a661473c25f9d892 (diff) |
Build in srcdir != builddir fashion by default
Naturally this doesn't apply to tarballs
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index ce32df3..c9ff264 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -130,7 +130,8 @@ XSLTPROC_FLAGS = \ --stringparam man.copyright.section.enabled 0 XSLTPROC_MAN = \ - $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl + $(XSLTPROC) $(XSLTPROC_FLAGS) --path $(builddir) \ + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl trust.1: trust.xml $(generate_files) $(AM_V_GEN) $(XSLTPROC_MAN) $< |