Hi Jan, On Mon, Jun 18, 2018 at 02:27:06PM +0200, Jan Engelhardt wrote: > On Monday 2018-06-18 13:51, Eric Leblond wrote: > >diff --git a/doc/Makefile.am b/doc/Makefile.am > >index 9796d34..1ec3b3e 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}/$@ $< > > > > .adoc.pdf: > >- a2x --doctype manpage --format pdf $< > >+ a2x --doctype manpage --format pdf -D ${builddir} $< > > Normally, this should not be needed, since ${builddir} is equal to ".". > Or is this because dblatex/a2x would create the file in $<'s source directory > if $@ was just a relative path? Yes, that's what happens. 'a2x' creates the output file in the same directory as the input one. Cheers, Phil -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html