branch: elpa/with-editor
commit debe61b4f5058212d56118701948d82f7b417396
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    make: Cosmetics
---
 docs/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/Makefile b/docs/Makefile
index 99838f536c0..c1700c8244e 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,6 +1,8 @@
 -include ../config.mk
 include ../default.mk
 
+.PHONY: stats
+
 docs: texi info html html-dir pdf
 
 texi:     $(PKG).texi
@@ -93,9 +95,8 @@ release: redo-docs
        @aws cloudfront create-invalidation --distribution-id $(CFRONT_DIST) 
--paths \
        "$(subst $(space),$(comma),$(addprefix 
$(RELEASE_PATH),$(CFRONT_PATHS)))" > /dev/null
 
-.PHONY: stats
 stats:
-       @printf "Generating statistics\n"
+       @printf "Generating statistics...\n"
        @$(GITSTATS) $(GITSTATS_ARGS) $(TOP) $(GITSTATS_DIR)
 
 stats-upload:

Reply via email to