branch: elpa/vcomplete commit 10d9ca2fe1e18870ef58612412cc497b7da598aa Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Small Makefile modifications --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 79bfdaa7b7..a8728245c5 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ include config.mk -.PHONY: info package clean +.PHONY: all help info package clean .SUFFIXES: .texi .info -all: package +all: clean package help: $(info make info - generate the info manual)