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?

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to