aboutsummaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-12-18 23:20:07 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:42 +0100
commit2afacc630111287633d2f9d753f47058fb991639 (patch)
tree9acec8189b2787644157d260633f821caaf78c9e /doc/reference
parentfbaaf2485cf5f4c8c249e966c2e2ea2888b23e23 (diff)
Update documentation build files
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/Makefile.am6
-rw-r--r--doc/reference/Makefile.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index f92ce1e3..3b03513d 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -22,7 +22,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# 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
-DOC_SOURCE_DIR=../../src
+DOC_SOURCE_DIR=../../libcrystfel/src ../../src
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
@@ -49,8 +49,8 @@ FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB=$(top_srcdir)/src/*.h
-CFILE_GLOB=$(top_srcdir)/src/*.c
+HFILE_GLOB=$(top_srcdir)/libcrystfel/src/*.h
+CFILE_GLOB=$(top_srcdir)/libcrystfel/src/*.c
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
diff --git a/doc/reference/Makefile.in b/doc/reference/Makefile.in
index 5cdc8389..e8ed6f66 100644
--- a/doc/reference/Makefile.in
+++ b/doc/reference/Makefile.in
@@ -316,7 +316,7 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
# 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
-DOC_SOURCE_DIR = ../../src
+DOC_SOURCE_DIR = ../../libcrystfel/src ../../src
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS =
@@ -343,8 +343,8 @@ FIXXREF_OPTIONS =
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB = $(top_srcdir)/src/*.h
-CFILE_GLOB = $(top_srcdir)/src/*.c
+HFILE_GLOB = $(top_srcdir)/libcrystfel/src/*.h
+CFILE_GLOB = $(top_srcdir)/libcrystfel/src/*.c
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h