From 3eb4d7cb0163f2d7cb834322d3dc97c8c9fe4ff7 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 6 Nov 2007 21:23:11 +0100 Subject: 1.12.8 with improved website --- INSTALL | 14 ++++++++++---- Makefile-files | 3 +++ NEWS | 2 +- README | 20 +++++++++++++++++--- configure.ac | 2 +- doc/FOOTER.html | 3 +++ 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 ======================================================================== + +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 @@ +
+git clone http://nix.lauft.net/ndim-git-utils.git/
+

Copyright (C) 2007 Hans Ulrich Niedermann

-- cgit