From 2afacc630111287633d2f9d753f47058fb991639 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 18 Dec 2011 23:20:07 +0100 Subject: Update documentation build files --- doc/reference/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/reference/Makefile.in') 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 -- cgit v1.2.3