summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile-files1
-rw-r--r--README15
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
diff --git a/README b/README
new file mode 100644
index 0000000..304c4a9
--- /dev/null
+++ b/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
+========================================================================