Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not choke on very old make around when gtk-doc-tools are not available
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2004 01:32:00 +0000 (01:32 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2004 01:32:00 +0000 (01:32 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@257 48e7efb5-ca39-0410-a469-dd3cf9ba447f

cruft/doc/Makefile.am

index be1dd8b..2eceab2 100644 (file)
@@ -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
 
 ##############