summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-02 06:51:43 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-02 06:51:43 +0100
commit6bbb55dd99e255c0f75762ea597edf8eadec76eb (patch)
treea8d575447acc29d92c8b6865dbd8a28e713756de
parentec8f9335554fcc09f3d1cf20dcdbe76524ebe0d0 (diff)
downloadndim-git-utils-6bbb55dd99e255c0f75762ea597edf8eadec76eb.tar.gz
ndim-git-utils-6bbb55dd99e255c0f75762ea597edf8eadec76eb.tar.xz
ndim-git-utils-6bbb55dd99e255c0f75762ea597edf8eadec76eb.zip
Prepare for substituted man page.
-rw-r--r--configure.ac3
-rw-r--r--src/Makefile-files2
-rw-r--r--src/git-amb.1.in (renamed from src/git-amb.1)0
3 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c951e60..f3fdd11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,9 +3,10 @@ AC_INIT([ndims git utilities],
[0.0.0],
[hun@n-dimensional.de],
[ndim-git-utils])
-AC_CONFIG_SRCDIR([src/git-amb.1])
+AC_CONFIG_SRCDIR([src/git-amb.1.in])
AC_CONFIG_AUX_DIR([auto-aux])
AM_INIT_AUTOMAKE([-Wall foreign 1.10 dist-bzip2])
AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([src/git-amb.1])
AC_OUTPUT
diff --git a/src/Makefile-files b/src/Makefile-files
index b5dfd96..886d248 100644
--- a/src/Makefile-files
+++ b/src/Makefile-files
@@ -3,4 +3,4 @@ bin_SCRIPTS += src/git-amb
EXTRA_DIST += src/git-amb
man_MANS += src/git-amb.1
-EXTRA_DIST += src/git-amb.1
+EXTRA_DIST += src/git-amb.1.in
diff --git a/src/git-amb.1 b/src/git-amb.1.in
index 4460e0f..4460e0f 100644
--- a/src/git-amb.1
+++ b/src/git-amb.1.in