mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Fix CI
This commit is contained in:
parent
d22ab667fd
commit
b437cb5ce9
@ -97,7 +97,7 @@ share/doc/qmckl/html/index.html: share/doc/qmckl/html/README.html
|
|||||||
$(LN_S) --force README.html index.html
|
$(LN_S) --force README.html index.html
|
||||||
|
|
||||||
|
|
||||||
html: $(HTML_FILES)
|
html: $(HTML_FILES) share/doc/qmckl/html/index.html
|
||||||
text: $(TEXT_FILES)
|
text: $(TEXT_FILES)
|
||||||
doc: html text
|
doc: html text
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ EXTRA_DIST += \
|
|||||||
tools/install_htmlize.sh \
|
tools/install_htmlize.sh \
|
||||||
tools/lib.org \
|
tools/lib.org \
|
||||||
tools/tangle.sh \
|
tools/tangle.sh \
|
||||||
tools/theme.setup
|
tools/theme.setup
|
||||||
|
|
||||||
|
|
||||||
## Silent
|
## Silent
|
||||||
@ -130,7 +130,7 @@ EXTRA_DIST += \
|
|||||||
|
|
||||||
export_verbose = $(export_verbose_@AM_V@)
|
export_verbose = $(export_verbose_@AM_V@)
|
||||||
export_verbose_ = $(export_verbose_@AM_DEFAULT_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_V@)
|
||||||
tangle_verbose_ = $(tangle_verbose_@AM_DEFAULT_V@)
|
tangle_verbose_ = $(tangle_verbose_@AM_DEFAULT_V@)
|
||||||
|
@ -211,7 +211,7 @@ function make_src()
|
|||||||
echo ""
|
echo ""
|
||||||
done
|
done
|
||||||
for f in ${!DEPS_DOC[@]} ; do
|
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 " \$(export_verbose)\$(srcdir)/tools/build_doc.sh $f"
|
||||||
echo ""
|
echo ""
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user