From: vsr Date: Mon, 17 Jun 2013 15:17:47 +0000 (+0000) Subject: Small fix to make it working with -j make option X-Git-Tag: V7_3_0a1~77 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5d1556e15764b27cfdf6fc40993ab19df8628c4b;p=modules%2Fhomard.git Small fix to make it working with -j make option --- diff --git a/doc/Makefile.am b/doc/Makefile.am index af62e9e9..4dd8283c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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