summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 21:23:11 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 21:23:11 +0100
commit3eb4d7cb0163f2d7cb834322d3dc97c8c9fe4ff7 (patch)
tree670de9da8816a02b08f69e5763fa784f9d4c6627
parent82c871c55caeb7186b656c18a6d43be95bde48ee (diff)
downloadndim-git-utils-3eb4d7cb0163f2d7cb834322d3dc97c8c9fe4ff7.tar.gz
ndim-git-utils-3eb4d7cb0163f2d7cb834322d3dc97c8c9fe4ff7.tar.xz
ndim-git-utils-3eb4d7cb0163f2d7cb834322d3dc97c8c9fe4ff7.zip
1.12.8 with improved websitev1.12.8
-rw-r--r--INSTALL14
-rw-r--r--Makefile-files3
-rw-r--r--NEWS2
-rw-r--r--README20
-rw-r--r--configure.ac2
-rw-r--r--doc/FOOTER.html3
6 files changed, 35 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 2c7c920..a6ac570 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,10 @@
- $ autoreconf -vis .
- $ ./configure --prefix=/what/ever
- $ make
- $ make install
+If this is a git repository checkout:
+
+ $ autoreconf -vis .
+
+Regardless of whether this is a git repo checkout or an extracted
+source tarball:
+
+ $ ./configure --prefix=/what/ever
+ $ make
+ $ make install
diff --git a/Makefile-files b/Makefile-files
index e6ad3eb..65aae34 100644
--- a/Makefile-files
+++ b/Makefile-files
@@ -1,4 +1,7 @@
# -*- makefile -*-
dist_doc_DATA += COPYING
+UPLOAD_FILES += COPYING
+
dist_doc_DATA += README
+UPLOAD_FILES += README
diff --git a/NEWS b/NEWS
index 189ab89..5e4a506 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-ndim-git-utils 1.12
+ndim-git-utils 1.12.8
First public release.
diff --git a/README b/README
index 304c4a9..292b86b 100644
--- a/README
+++ b/README
@@ -1,15 +1,29 @@
========================================================================
ndim's git utilities - a collection of scripts and docs around git
-Copyright (C) 2007 Hans Ulrich Niedermann
+Copyright (C) 2007 Hans Ulrich Niedermann <hun@n-dimensional.de>
========================================================================
+
+The utilities in detail
+=======================
+
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.
+
+Updates
+=======
+
+ Home page:
+ http://nix.lauft.net/ndim-git-utils.git/
+
+ Git repository:
+ $ git clone http://nix.lauft.net/ndim-git-utils.git/
+
+
========================================================================
-ndim's git utilities - a collection of scripts and docs around git
-Copyright (C) 2007 Hans Ulrich Niedermann
+End of README for ndim's git utilities.
========================================================================
diff --git a/configure.ac b/configure.ac
index 3656908..2a0944f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.61)
AC_INIT([ndims git utilities],
- [1.12],
+ [1.12.8],
[hun@n-dimensional.de],
[ndim-git-utils])
AC_CONFIG_AUX_DIR([auto-aux])
diff --git a/doc/FOOTER.html b/doc/FOOTER.html
index e44071e..c56cb9b 100644
--- a/doc/FOOTER.html
+++ b/doc/FOOTER.html
@@ -1 +1,4 @@
+<pre>
+git clone http://nix.lauft.net/ndim-git-utils.git/
+</pre>
<p>Copyright (C) 2007 Hans Ulrich Niedermann</p>