1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-01 02:45:43 +02:00
This commit is contained in:
Anthony Scemama 2021-05-12 02:41:29 +02:00
parent d22ab667fd
commit b437cb5ce9
2 changed files with 4 additions and 4 deletions

View File

@ -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@)

View File

@ -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