From 488f2c2222784fcdb56c894ade93ae0d5feeacee Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 25 Sep 2000 19:36:45 +0000 Subject: [PATCH] Comment changes only. --- configure/RULES_TOP | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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."