diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-18 22:32:38 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-19 17:53:39 -0800 |
commit | 89bf207758530fd151895680f7236ce626feea9c (patch) | |
tree | abae46c6658f66e7e3532d66469acb3af02f2de4 /Documentation/Makefile | |
parent | be93fc088f3c6f78c3dd1b10544287129d066512 (diff) | |
download | git-89bf207758530fd151895680f7236ce626feea9c.tar.gz git-89bf207758530fd151895680f7236ce626feea9c.tar.xz |
Documentation/git.txt: command re-classification
This adds two new classes (pure-helpers and "Interacting with
Others") to the command list in the main manual page. The
latter class is primarily about foreign SCM interface and is
placed before low-level (plumbing) commands.
Also it promotes a handful commands to mainporcelain category
while demoting some others.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 97ea133b4..5314068d3 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -76,7 +76,10 @@ cmds_txt = cmds-ancillaryinterrogators.txt \ cmds-mainporcelain.txt \ cmds-plumbinginterrogators.txt \ cmds-plumbingmanipulators.txt \ - cmds-synchingrepositories.txt + cmds-synchingrepositories.txt \ + cmds-synchelpers.txt \ + cmds-purehelpers.txt \ + cmds-foreignscminterface.txt $(cmds_txt): cmd-list.perl $(MAN1_TXT) perl ./cmd-list.perl |