build: fix out of srcdir build

The gtk-doc makefile rules do cd srcdir && cp $(HTML_IMAGES) target/ and this
breaks for "srcdir" != ".".
This commit is contained in:
Stefan Kost 2010-09-23 18:41:57 +03:00
parent 643e5526c5
commit 919f64acab

View File

@ -40,7 +40,7 @@ GTKDOC_LIBS = \
# Images to copy into HTML directory
HTML_IMAGES = \
$(srcdir)/images/glue.png
images/glue.png
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
content_files = version.xml \