diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-06 19:57:01 +0100 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-06 19:57:01 +0100 |
| commit | 76e374b52154480e710b98de457a149b5082a291 (patch) | |
| tree | f957c452f60478762ae4c1cc7fc6dc2680a7601b /git-amb | |
| parent | 9703416b1664b1fbc3e055fcbd7d9a0dfa912089 (diff) | |
| download | ndim-git-utils-76e374b52154480e710b98de457a149b5082a291.tar.gz ndim-git-utils-76e374b52154480e710b98de457a149b5082a291.tar.xz ndim-git-utils-76e374b52154480e710b98de457a149b5082a291.zip | |
Document internal command deps
Diffstat (limited to 'git-amb')
| -rw-r--r-- | git-amb/git-amb.man.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/git-amb/git-amb.man.in b/git-amb/git-amb.man.in index 1c579f3..3707fc0 100644 --- a/git-amb/git-amb.man.in +++ b/git-amb/git-amb.man.in @@ -17,10 +17,16 @@ Optional params will be passed on to autoreconf. .B "git\-amb configure [params...]" Run configure in ${top_builddir}. Optional params will be passed on to configure. +Runs +.I "git\-amb autoreconf" +if necessary. .TP .B "git\-amb make [params...]" Run make in ${top_builddir}. Optional params will be passed on to make. +Runs +.I "git\-amb configure" +if necessary. .TP .B "git\-amb sh [params...]" Start shell in ${top_builddir}. |
