Added and revised help targets.

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@722 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
dhiebert 2009-07-09 16:10:35 +00:00
parent 902f06baa9
commit 6eba3ec205
1 changed files with 11 additions and 1 deletions

View File

@ -86,6 +86,7 @@ MAN2HTML := tbl | groff -Wall -mtty-char -mandoc -Thtml -c
#
# Targets
#
default: all
ifeq ($(findstring clean,$(MAKECMDGOALS)),)
ifeq ($(wildcard config.h),)
ctags dctags ctags.prof ctags.cov:
@ -193,11 +194,20 @@ syntax.vim: $(DSOURCES) $(HEADERS) $(LIB_FILES)
#
-include testing.mak
#
# Help
#
help:
@ echo "Major targets:"
@ echo "default : Build dctags, with debugging support"
@ echo "ctags : Build optimized binary"
@ echo "help-release: Print help on releasing ctags"
#
# Release management
#
release-help:
help-release:
@ echo "1. make release-svn-X.Y"
@ echo "2. make release-source-X.Y"
@ echo "3. move ctags-X.Y.tar.gz to Linux"