makefile: comment

git-svn-id: trunk@36708 -
This commit is contained in:
mattias 2012-04-10 11:23:30 +00:00
parent 39b6d1e118
commit 8ab70b4eca
2 changed files with 4 additions and 2 deletions

View File

@ -2658,7 +2658,8 @@ endif
help:
@$(ECHO)
@$(ECHO) " Main targets"
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus"
@$(ECHO) " Without any target, target 'all' will be invoked."
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus."
@$(ECHO) " clean deletes files that 'all' creates"
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
@$(ECHO) " bigide as all, except that the IDE is build with a lot of extra packages"

View File

@ -50,7 +50,8 @@ endif
help:
@$(ECHO)
@$(ECHO) " Main targets"
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus"
@$(ECHO) " Without any target, target 'all' will be invoked."
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus."
@$(ECHO) " clean deletes files that 'all' creates"
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
@$(ECHO) " bigide as all, except that the IDE is build with a lot of extra packages"