diff options
-rw-r--r-- | Makefile-files | 1 | ||||
-rw-r--r-- | README | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Makefile-files b/Makefile-files index b5679f3..e6ad3eb 100644 --- a/Makefile-files +++ b/Makefile-files @@ -1,3 +1,4 @@ # -*- makefile -*- dist_doc_DATA += COPYING +dist_doc_DATA += README @@ -0,0 +1,15 @@ +======================================================================== +ndim's git utilities - a collection of scripts and docs around git +Copyright (C) 2007 Hans Ulrich Niedermann +======================================================================== + + git-amb + Makes building, installing, and testing multiple git branches of + some source tree built with automake easy, clean and flexible. + The name stands for "git *a*uto*m*ake *b*uild". For details, see + git-amb(1) man page. + +======================================================================== +ndim's git utilities - a collection of scripts and docs around git +Copyright (C) 2007 Hans Ulrich Niedermann +======================================================================== |