summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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