Make html docs in non-srcdir build

This commit is contained in:
Jiri Denemark
2010-07-07 17:24:27 +02:00
parent 6f8e223780
commit 20a7a1be6e
+1 -1
View 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)