From b73329be6ac289b34eb09baa402df1520819e3e1 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 20 Jun 2013 06:29:37 +0000 Subject: [PATCH] Fix make problem when using -j option --- doc/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2