From 20a7a1be6ebd6a0a95f8b0d704f62349d9121c71 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Fri, 2 Jul 2010 19:37:49 +0200 Subject: [PATCH] Make html docs in non-srcdir build --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index c01e085d10..1183321413 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -53,7 +53,7 @@ gif = \ architecture.gif \ node.gif -dot_html_in = $(wildcard *.html.in) +dot_html_in = $(notdir $(wildcard $(srcdir)/*.html.in)) dot_html = $(dot_html_in:%.html.in=%.html) patches = $(wildcard api_extension/*.patch) -- GitLab