document the highly advanced Makefile

This commit is contained in:
Ciro Santilli
2020-09-16 08:00:07 +00:00
parent e68fcfc345
commit b31079a7cf

View File

@@ -13,6 +13,11 @@ else
endif
$(OUT): README.adoc $(HEAD) $(FOOT) template_dir/*
@# --embedded + head/foot originally added to fix image height:
@# https://stackoverflow.com/questions/63464732/how-to-set-a-custom-image-height-for-an-image-in-asciidoctor
@#
@# --template-dir initially added for loading="lazy" on images and youtube iframes:
@# https://stackoverflow.com/questions/63917971/how-to-create-custom-html-output-for-an-existing-asciidoctor-asciidoc-macro
bundle exec asciidoctor \
$(MEDIA_CMD) \
--embedded \