From f21582b1e128e1b1a1338f0bb898979b078a0ccb Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 2 Nov 2007 19:35:44 +0100 Subject: Get rid of redundant docs --- src/git-amb | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/git-amb b/src/git-amb index fb036b2..e78b5a4 100755 --- a/src/git-amb +++ b/src/git-amb @@ -23,21 +23,7 @@ USAGE=" [params...]" LONG_USAGE="\ Build automake based git checkout in branch specific build and install trees. - -Commands: - autoreconf Run autoreconf on \${top_srcdir}. - configure Run configure in \${top_builddir}. - make Run make in \${top_builddir}. - sh Start shell in \${top_builddir}. - clean Run 'make clean' in \${top_builddir}. - distclean Run 'make distclean' in \${top_builddir}. - purge Remove both build and install tree. - uninstall Remove \${installdir}. - builddir Print \${builddir}. - installdir Print \${installdir}. - -The params are passed to the respective command called. -" +For more details, see the git-amb(1) man page." . git-sh-setup require_work_tree -- cgit