emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-editor 1d5860cfd0 2/2: make: Print message for texi t


From: ELPA Syncer
Subject: [nongnu] elpa/with-editor 1d5860cfd0 2/2: make: Print message for texi target
Date: Wed, 10 Aug 2022 08:59:40 -0400 (EDT)

branch: elpa/with-editor
commit 1d5860cfd05d6805018bd071b8f9b56493ba11c6
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]