summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git-amb/git-amb.man.in6
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}.