From: Jiri Denemark Date: Fri, 2 Jul 2010 17:37:49 +0000 (+0200) Subject: Make html docs in non-srcdir build X-Git-Tag: v0.8.3~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20a7a1be6ebd6a0a95f8b0d704f62349d9121c71;p=thirdparty%2Flibvirt.git Make html docs in non-srcdir build --- 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)