diff options
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 6 | ||||
-rw-r--r-- | doc/reference/Makefile.in | 6 |
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 |