From: vsr Date: Thu, 20 Jun 2013 06:29:37 +0000 (+0000) Subject: Fix make problem when using -j option X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b73329be6ac289b34eb09baa402df1520819e3e1;p=modules%2Fhomard.git Fix make problem when using -j 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