Make html docs in non-srcdir build

This commit is contained in:
Jiri Denemark 2010-07-02 19:37:49 +02:00
parent 6f8e223780
commit 20a7a1be6e

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)