diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-06 22:05:22 +0100 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-06 22:05:22 +0100 |
commit | a85bf11e322d835b6f242d307c9e739b84e73a26 (patch) | |
tree | 196142784f7962d612e86b8e22681409004a3c24 /git-amb/git-amb.man.in | |
parent | 484cfe5091c8ca62d5542a4e1870c2f84c5735ef (diff) | |
download | ndim-git-utils-a85bf11e322d835b6f242d307c9e739b84e73a26.tar.gz ndim-git-utils-a85bf11e322d835b6f242d307c9e739b84e73a26.tar.xz ndim-git-utils-a85bf11e322d835b6f242d307c9e739b84e73a26.zip |
Structure git-amb(1) command list
Diffstat (limited to 'git-amb/git-amb.man.in')
-rw-r--r-- | git-amb/git-amb.man.in | 23 |
1 files 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 |