X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0153a9ba76784b8d2951dd93b04568891e25374c..ef4f048178e3b6cec78b1ca6be62e732e30ac87d:/cruft/doc/Makefile.am diff --git a/cruft/doc/Makefile.am b/cruft/doc/Makefile.am index b5272f3483..4ba6ae7987 100644 --- a/cruft/doc/Makefile.am +++ b/cruft/doc/Makefile.am @@ -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 =