summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2018-06-19 23:46:55 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-06-20 13:51:41 +0200
commitef72b8912df8d71e351a2b8ddaebea94beeb7628 (patch)
tree1eb90dd42de9c1b52c8abe3543226c58e02cd06f /doc
parente23c584db7c7c5db00f35505d1955abfc19b27f1 (diff)
doc: fix make distcheck
Signed-off-by: Eric Leblond <eric@regit.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9796d347..1ec3b3e3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,19 +9,19 @@ endif
pdfdir=${docdir}/pdf
.xml.pdf:
- ${AM_V_GEN}dblatex -q -t pdf -o $@ $<
+ ${AM_V_GEN}dblatex -q -t pdf -o ${builddir}/$@ $<
.xml.8:
${AM_V_GEN}${DB2MAN} --xinclude $<
.adoc.pdf:
- a2x --doctype manpage --format pdf $<
+ a2x --doctype manpage --format pdf -D ${builddir} $<
.adoc.3:
- a2x --doctype manpage --format manpage $<
+ a2x --doctype manpage --format manpage -D ${builddir} $<
.adoc.5:
- a2x --doctype manpage --format manpage $<
+ a2x --doctype manpage --format manpage -D ${builddir} $<
EXTRA_DIST = nft.xml libnftables-json.adoc libnftables.adoc