mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
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:
parent
643e5526c5
commit
919f64acab
@ -40,7 +40,7 @@ GTKDOC_LIBS = \
|
|||||||
|
|
||||||
# Images to copy into HTML directory
|
# Images to copy into HTML directory
|
||||||
HTML_IMAGES = \
|
HTML_IMAGES = \
|
||||||
$(srcdir)/images/glue.png
|
images/glue.png
|
||||||
|
|
||||||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
||||||
content_files = version.xml \
|
content_files = version.xml \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user