]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Make html docs in non-srcdir build
authorJiri Denemark <jdenemar@redhat.com>
Fri, 2 Jul 2010 17:37:49 +0000 (19:37 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 7 Jul 2010 15:24:27 +0000 (17:24 +0200)
docs/Makefile.am

index c01e085d10d00546ca90e9181963ba2606ce16c4..1183321413890b92d9d20b480f49ff9b8639ac29 100644 (file)
@@ -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)