diff --git a/configure/RULES_TOP b/configure/RULES_TOP index d4e898bd3..f6d8a5cd5 100644 --- a/configure/RULES_TOP +++ b/configure/RULES_TOP @@ -64,11 +64,13 @@ help: @echo " all - Same as install" @echo " buildInstall - Same as install" @echo " clean - Cleans objects. Clean removes the O. dirs" - @echo " in all except the O. level Makefile" + @echo " in all except the O. level Makefile" @echo " rebuild - Same as clean install" + @echo " inc - Installs header files" @echo " depends - Generates include header file dependencies" @echo " build - Builds all targets" @echo "\"Partial\" build targets supported by Makefiles:" + @echo " inc. - Installs only header files." @echo " install. - Builds and installs only." @echo " clean. - Cleans binaries in O. dirs only." @echo " build. - Builds only."