branch: elpa/with-editor
commit 4666ad9e87c5a93eeff4b06630d018ff620db45d
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
make: Right-align target verbs
---
docs/Makefile | 2 +-
lisp/Makefile | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/Makefile b/docs/Makefile
index c0b03ded5f..254813d204 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -97,5 +97,5 @@ stats-upload:
CLEAN = $(PKG).info dir $(PKG) $(PKG).html $(PKG).pdf
clean:
- @printf "Cleaning docs/*...\n"
+ @printf " Cleaning docs/*...\n"
@rm -rf $(CLEAN)
diff --git a/lisp/Makefile b/lisp/Makefile
index ba0c4c1992..8166fbe663 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -12,7 +12,7 @@ loaddefs: $(PKG)-autoloads.el
CLEAN = $(ELCS) $(PKG)-autoloads.el
clean:
- @printf "Cleaning lisp/*...\n"
+ @printf " Cleaning lisp/*...\n"
@rm -rf $(CLEAN)
define LOADDEFS_TMPL
@@ -33,7 +33,7 @@ export LOADDEFS_TMPL
#'
$(PKG)-autoloads.el: $(ELS)
- @printf "Generating $@\n"
+ @printf " Creating $@\n"
@printf "%s" "$$LOADDEFS_TMPL" > $@
@$(EMACS) -Q --batch --eval "(progn\
(setq make-backup-files nil)\