From a85bf11e322d835b6f242d307c9e739b84e73a26 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 6 Nov 2007 22:05:22 +0100 Subject: Structure git-amb(1) command list --- git-amb/git-amb.man.in | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/git-amb/git-amb.man.in b/git-amb/git-amb.man.in index 70426f3..3cf4b37 100644 --- a/git-amb/git-amb.man.in +++ b/git-amb/git-amb.man.in @@ -11,7 +11,8 @@ That makes it easy to compare build results from different branches. .PP This requires an automake based source tree which can build in a separate build directory. -.SH "COMMAND OVERVIEW" +.SH "COMMANDS" +.SS "Build Commands" .TP .B "git\-amb autoreconf [params...]" Run autoreconf on ${top_srcdir}. @@ -34,10 +35,7 @@ Optional params will be passed on to make. If necessary, runs .I "git\-amb configure" first. -.TP -.B "git\-amb sh [params...]" -Start shell in ${top_builddir}. -Optional params will be passed on to the shell. +.SS "Cleanup Commands" .TP .B "git\-amb clean [branch]" Run 'make clean' in ${top_builddir}. @@ -55,6 +53,16 @@ The optional branch is the branch to purge. Remove ${installdir}. The optional branch is the branch to uninstall. .TP +.B "git\-amb purge\-all" +Remove build and install trees for +.I all +branches. +.SS "Interactive and Scripting Commands" +.TP +.B "git\-amb sh [params...]" +Start shell in ${top_builddir}. +Optional params will be passed on to the shell. +.TP .B "git\-amb builddir [branch]" Print ${builddir}. The optional branch is the branch to print the builddir for. @@ -62,11 +70,6 @@ The optional branch is the branch to print the builddir for. .B "git\-amb installdir [branch]" Print ${installdir}. The optional branch is the branch to print the installdir for. -.TP -.B "git\-amb purge\-all" -Remove build and install trees for -.I all -branches. .SH CONFIGURATION Use .B git\-config -- cgit