branch: externals/transient commit 6b9c93af9c1d1646be4445656c46ee9390c9f129 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make: Print message for texi target --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile b/docs/Makefile index 254813d204..1e2385bc2a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -14,6 +14,7 @@ ORG_EVAL += --funcall org-texinfo-export-to-texinfo .PHONY: texi texi: + @printf "Generating $(PKG).texi\n" @$(EMACS) $(ORG_ARGS) $(PKG).org $(ORG_EVAL) @printf "\n" >> $(PKG).texi @rm -f $(PKG).texi~