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

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

[nongnu] elpa/git-commit 2f0efa9f58: make: Print message for texi target


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 2f0efa9f58: make: Print message for texi target
Date: Wed, 10 Aug 2022 08:58:38 -0400 (EDT)

branch: elpa/git-commit
commit 2f0efa9f58c3e8ff05dd87fb4d3f992c23798207
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 14219bb66d..eecc665c5d 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -91,6 +91,7 @@ ORG_EVAL += --eval "(setq org-src-preserve-indentation nil)"
 ORG_EVAL += --funcall org-texinfo-export-to-texinfo
 
 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]