summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 15:49:12 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 15:49:12 +0100
commit264267eeb14d87e3d72a3d6a52c12f03d66e6a8c (patch)
tree33b01d205b54f620d5d6396cbbf4e5a613c24ff4
parent52854e095f8dcf6cba1d44005ccca2a7ccddd63f (diff)
downloadndim-git-utils-264267eeb14d87e3d72a3d6a52c12f03d66e6a8c.tar.gz
ndim-git-utils-264267eeb14d87e3d72a3d6a52c12f03d66e6a8c.tar.xz
ndim-git-utils-264267eeb14d87e3d72a3d6a52c12f03d66e6a8c.zip
Simpler tagging, man page cosmetics, 1.10
-rw-r--r--Makefile.am6
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--git-amb/git-amb.man.in10
4 files changed, 13 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 84338a0..a5183d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,9 +20,13 @@ if HAVE_NDIM_MAN2TXT
mv -f "$@.new" "$@"
endif
+tag:
+ test -d "$(top_srcdir)/.git"
+ cd "$(top_srcdir)" && git tag "rel-$(PACKAGE_VERSION)"
+
UPLOAD_DIR = upload-dir
UPLOAD_FILES += $(distdir).tar.bz2
-upload: git-amb/git-amb git-amb/git-amb.txt dist
+upload: tag git-amb/git-amb git-amb/git-amb.txt dist
rm -rf "$(UPLOAD_DIR)"
mkdir -p "$(UPLOAD_DIR)"
for f in $(UPLOAD_FILES); do \
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..ce23870
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,2 @@
+ndim-git-utils 1.10
+ First public release.
diff --git a/configure.ac b/configure.ac
index 6482d96..33b792a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.61)
AC_INIT([ndims git utilities],
- [1.8.1],
+ [1.10],
[hun@n-dimensional.de],
[ndim-git-utils])
AC_CONFIG_AUX_DIR([auto-aux])
diff --git a/git-amb/git-amb.man.in b/git-amb/git-amb.man.in
index 8a15952..1c579f3 100644
--- a/git-amb/git-amb.man.in
+++ b/git-amb/git-amb.man.in
@@ -113,11 +113,11 @@ It is a feature that
.B git\-amb
does not support
.I "autgen.sh"
- scripts.
-Custom autogen.sh script are almost always broken in multiple aspects:
-They duplicate the functionality of autoreconf(1), they make two
-independent steps into one (running both automake &
-Co. and ./configure), they do not allow srcdir != builddir builds.
+scripts. Custom autogen.sh script are almost always broken in
+multiple aspects: They unnecessarily duplicate the functionality of
+autoreconf(1), they join two independent steps into one (running both
+automake & Co. and ./configure), they do not allow srcdir != builddir
+builds.
.SH AUTHORS
.B "git\-amb"
was written by Hans Ulrich Niedermann.