From a8e3d794ac753382d388c77748f60b2aed689626 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 23 Apr 2013 12:35:06 +0200 Subject: [PATCH] Fix VPATH asciidoc builds. --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 78f174219..b6f3665b2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -19,7 +19,7 @@ icinga2doc_DATA += \ icinga2-intro.html .txt.html: - $(AD_ENV) $(AD_ASCIIDOC) -a toc -a numbered $< + $(AD_ENV) $(AD_ASCIIDOC) -a toc -a numbered -o $@ $< endif AD_COND_doc icinga2.8: $(top_builddir)/icinga-app/icinga2 -- 2.49.0