summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2011-09-08 18:49:07 +0200
committerStefan Sauer <ensonic@users.sf.net>2011-09-08 18:49:07 +0200
commitd20056e4e6a458efd927c49486cef571929b4ae7 (patch)
tree901badcb65bd6653cafdfe777fc1cef9862c6d0b /examples
parentdb374e766d85cc15c084542d0aae6c9df73c8737 (diff)
downloadgtk-doc-d20056e4e6a458efd927c49486cef571929b4ae7.tar.gz
example: update example Makefile.am
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 477b644..af0b491 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -18,10 +18,10 @@ DOC_MODULE=
# The top-level SGML file. You can change this if you want to.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
-# Directories containing the source code, relative to $(srcdir).
+# Directories containing the source code.
# gtk-doc will search all .c and .h files beneath these paths
# for inline comments documenting functions and macros.
-# e.g. DOC_SOURCE_DIR=../../../gtk ../../../gdk
+# e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
DOC_SOURCE_DIR=
# Extra options to pass to gtkdoc-scangobj. Not normally needed.