Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak on exit
[simgrid.git] / cruft / doc / Makefile.am
index 99e0446..4ba6ae7 100644 (file)
@@ -15,7 +15,8 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 # The directory containing the source code. Relative to $(srcdir).
 # gtk-doc will search all .c & .h files beneath here for inline comments
 # documenting functions and macros.
-DOC_SOURCE_DIR=../src
+DOC_SOURCE_DIR=.. 
+#/src
 
 # Extra options to pass to gtkdoc-scanobj or gtkdoc-scangobj.
 SCANOBJ_OPTIONS=
@@ -30,7 +31,8 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files="ddt_parse.yy.c"
 FIXXREF_OPTIONS=
 
 # Used for dependencies.
-HFILE_GLOB=$(shell find $(top_srcdir)/src -name "*.h")
+HFILE_GLOB=$(shell find $(top_srcdir)/src -name "*.h") \
+           $(shell find $(top_srcdir)/include -name "*.h")
 CFILE_GLOB=$(shell find $(top_srcdir)/src -name "*.c"|grep -v ddt_parse.yy.c)
 #CFILE_GLOB=$(top_srcdir)/src/core/*.c