From 5d1556e15764b27cfdf6fc40993ab19df8628c4b Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 17 Jun 2013 15:17:47 +0000 Subject: [PATCH] Small fix to make it working with -j make 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