branch: externals/transient
commit 27c4fa01512cc83dcce0f56c713848c7526083fc
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 806376f5dd..74085b7ab6 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
@@ -94,9 +96,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