From 6bbb55dd99e255c0f75762ea597edf8eadec76eb Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 2 Nov 2007 06:51:43 +0100 Subject: Prepare for substituted man page. --- configure.ac | 3 ++- src/Makefile-files | 2 +- src/git-amb.1 | 43 ------------------------------------------- src/git-amb.1.in | 43 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 45 deletions(-) delete mode 100644 src/git-amb.1 create mode 100644 src/git-amb.1.in 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 deleted file mode 100644 index 4460e0f..0000000 --- a/src/git-amb.1 +++ /dev/null @@ -1,43 +0,0 @@ -.TH git-amb 1 "ndim-git-utils 0.0.0" "2007-11-02" "ndim's git utils" -.SH NAME -git-amb - git automake build utitilty -.SH SYNOPSIS -.BI git-amb command params -.SH DESCRIPTION -Build automake based git checkout in branch specific build and install trees. -That makes it easy to compare build results from different branches. -The params are passed to the respective command called. -.TP 13 -.B autoreconf -Run autoreconf on ${top_srcdir}. -.TP 13 -.B configure -Run configure in ${top_builddir}. -.TP 13 -.B make -Run make in ${top_builddir}. -.TP 13 -.B sh -Start shell in ${top_builddir}. -.TP 13 -.B clean -Run 'make clean' in ${top_builddir}. -.TP 13 -.B distclean -Run 'make distclean' in ${top_builddir}. -.TP 13 -.B purge -Remove both build and install tree. -.TP 13 -.B uninstall -Remove ${installdir}. -.TP 13 -.B builddir -Print ${builddir}. -.TP 13 -.B installdir -Print ${installdir}. -.SH AUTHORS -.nf -Hans Ulrich Niedermann \fIhun@n-dimensional.de\fP -.fi diff --git a/src/git-amb.1.in b/src/git-amb.1.in new file mode 100644 index 0000000..4460e0f --- /dev/null +++ b/src/git-amb.1.in @@ -0,0 +1,43 @@ +.TH git-amb 1 "ndim-git-utils 0.0.0" "2007-11-02" "ndim's git utils" +.SH NAME +git-amb - git automake build utitilty +.SH SYNOPSIS +.BI git-amb command params +.SH DESCRIPTION +Build automake based git checkout in branch specific build and install trees. +That makes it easy to compare build results from different branches. +The params are passed to the respective command called. +.TP 13 +.B autoreconf +Run autoreconf on ${top_srcdir}. +.TP 13 +.B configure +Run configure in ${top_builddir}. +.TP 13 +.B make +Run make in ${top_builddir}. +.TP 13 +.B sh +Start shell in ${top_builddir}. +.TP 13 +.B clean +Run 'make clean' in ${top_builddir}. +.TP 13 +.B distclean +Run 'make distclean' in ${top_builddir}. +.TP 13 +.B purge +Remove both build and install tree. +.TP 13 +.B uninstall +Remove ${installdir}. +.TP 13 +.B builddir +Print ${builddir}. +.TP 13 +.B installdir +Print ${installdir}. +.SH AUTHORS +.nf +Hans Ulrich Niedermann \fIhun@n-dimensional.de\fP +.fi -- cgit