Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix: don't assume that null content means not found. Add tons of debugs to find...
[simgrid.git] / cruft / doc / Makefile.am
index b5272f3..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=
@@ -24,13 +25,14 @@ SCANOBJ_OPTIONS=
 SCAN_OPTIONS=
 
 # Extra options to supply to gtkdoc-mkdb.
-MKDB_OPTIONS=--sgml-mode --ignore-files="ddt_parse.yy.c"
+MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files="ddt_parse.yy.c"
 
 # Extra options to supply to gtkdoc-fixref.
 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
 
@@ -41,7 +43,7 @@ IGNORE_HFILES=ddt_parse.yy.h
 HTML_IMAGES =
 
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
-content_files = overview.sgml faq.sgml
+content_files = overview.xml faq.xml
 
 # Other files to distribute.
 extra_files =