build: fix out of srcdir build
authorStefan Kost <ensonic@users.sf.net>
Thu, 23 Sep 2010 15:41:57 +0000 (18:41 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 23 Sep 2010 20:38:05 +0000 (23:38 +0300)
The gtk-doc makefile rules do cd srcdir && cp $(HTML_IMAGES) target/ and this
breaks for "srcdir" != ".".

docs/reference/gobject/Makefile.am

index d2adccd..61de126 100644 (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            \