]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
Small fix to make it working with -j make option
authorvsr <vsr@opencascade.com>
Mon, 17 Jun 2013 15:17:47 +0000 (15:17 +0000)
committervsr <vsr@opencascade.com>
Mon, 17 Jun 2013 15:17:47 +0000 (15:17 +0000)
doc/Makefile.am

index af62e9e973cc605d2c3b32066489b2f0c720fd04..4dd8283c3d9e17f504468f9234c8e1f8aefcd87b 100644 (file)
@@ -26,10 +26,10 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
 if SPHINX_IS_OK
 
 homarddoc_DATA=html/index.html html/index_en.html
-html/index.html:$(RSTFILES)
-       make htm
-       make latex
-html/index_en.html:$(RSTFILES_EN)
+html/index.html:$(RSTFILES) dummy
+html/index_en.html:$(RSTFILES_EN) dummy 
+
+dummy:
        make htm
        make latex