Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
DO install it a the right place
[simgrid.git] / cruft / doc / Makefile.am
index be1dd8b..8f4b8e0 100644 (file)
@@ -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
 
 ##############