summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarl-Philipp Richter <krichter722@aol.de>2015-02-04 23:33:28 +0100
committerPhilip Chimento <philip.chimento@gmail.com>2018-02-08 22:22:43 -0800
commit517172616f37746ac55bb3634d07c37dbc83fd49 (patch)
treebd20038ed52cd39b4aad84c7ece7be486d415097 /docs
parent0fd053f485767a1a42f5e73c4f2f122027505731 (diff)
downloadgobject-introspection-517172616f37746ac55bb3634d07c37dbc83fd49.tar.gz
removing $(srcdir) because it is not replaced correctly and not necessary
See #120.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 332bd70f..994b1149 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -60,7 +60,7 @@ IGNORE_HFILES= \
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
HTML_IMAGES= \
- $(srcdir)/images/overview.png
+ images/overview.png
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml