From b437cb5ce96c77df27d7d910c95cce3795d3bf3d Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 12 May 2021 02:41:29 +0200 Subject: [PATCH] Fix CI --- Makefile.am | 6 +++--- tools/build_makefile.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index b323744..0b57cd8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,7 +97,7 @@ share/doc/qmckl/html/index.html: share/doc/qmckl/html/README.html $(LN_S) --force README.html index.html -html: $(HTML_FILES) +html: $(HTML_FILES) share/doc/qmckl/html/index.html text: $(TEXT_FILES) doc: html text @@ -122,7 +122,7 @@ EXTRA_DIST += \ tools/install_htmlize.sh \ tools/lib.org \ tools/tangle.sh \ - tools/theme.setup + tools/theme.setup ## Silent @@ -130,7 +130,7 @@ EXTRA_DIST += \ export_verbose = $(export_verbose_@AM_V@) export_verbose_ = $(export_verbose_@AM_DEFAULT_V@) -export_verbose_0 = @echo " DOC $<"; +export_verbose_0 = @echo " DOC $@"; tangle_verbose = $(tangle_verbose_@AM_V@) tangle_verbose_ = $(tangle_verbose_@AM_DEFAULT_V@) diff --git a/tools/build_makefile.sh b/tools/build_makefile.sh index 215be17..7939f3c 100755 --- a/tools/build_makefile.sh +++ b/tools/build_makefile.sh @@ -211,7 +211,7 @@ function make_src() echo "" done for f in ${!DEPS_DOC[@]} ; do - echo "${DEPS_DOC[$f]}: \$(htmlize_el) $f" + echo "${DEPS_DOC[$f]}: $f \$(htmlize_el)" echo " \$(export_verbose)\$(srcdir)/tools/build_doc.sh $f" echo "" done