From 76e374b52154480e710b98de457a149b5082a291 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 6 Nov 2007 19:57:01 +0100 Subject: Document internal command deps --- git-amb/git-amb.man.in | 6 ++++++ 1 file changed, 6 insertions(+) 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}. -- cgit