X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2de95fd8b3b3b3edb7e11074295f1b90d6427b36..997056228c12c61a86a0143aeacc37f96fc3d118:/cruft/doc/Makefile.am diff --git a/cruft/doc/Makefile.am b/cruft/doc/Makefile.am index be1dd8b156..8f4b8e0744 100644 --- a/cruft/doc/Makefile.am +++ b/cruft/doc/Makefile.am @@ -7,7 +7,7 @@ # The name of the module, e.g. 'glib'. DOC_MODULE=gras -HTML_DIR=. +HTML_DIR=/usr/share/doc/gras/html # The top-level SGML file. Change it if you want. DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml @@ -65,7 +65,7 @@ DOC_OVERRIDES = # Everything below here is generic and you shouldn't need to change it. ########################################################################### -TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) +TARGET_DIR=$(HTML_DIR) EXTRA_DIST = \ $(content_files) \ @@ -130,6 +130,8 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo '-- Fixing Crossreferences' cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) touch html-build.stamp +else +all-local: endif ##############