[Kimchi-devel] [PATCH] Removing the hardcoded version of kimchi and make it depend of PACKAGE_VERSION

Frédéric Bonnard frediz at linux.vnet.ibm.com
Tue May 19 08:26:38 UTC 2015


From: Frederic Bonnard <frediz at linux.vnet.ibm.com>

Hi,
Sorry, that patch got half lost last time I sent it, so here is it again fully (eventually).
This patch aims to make "dynamic" the version of kimchi in the manpage,
that is hardcoded at the moment.

It changes one line :
-.TH KIMCHI 8 "February 05, 2015" "Version 1.4.0" "Kimchi Manual"
+.TH KIMCHI 8 "February 05, 2015" "Version @PACKAGE_VERSION@" "Kimchi Manual"


Fred

Frédéric Bonnard (1):
  Removing the hardcoded version of kimchi and make it depend of
    PACKAGE_VERSION

 configure.ac      |   1 +
 docs/Makefile.am  |   2 +
 docs/kimchid.8    | 156 ------------------------------------------------------
 docs/kimchid.8.in | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 159 insertions(+), 156 deletions(-)
 delete mode 100644 docs/kimchid.8
 create mode 100644 docs/kimchid.8.in

-- 
1.9.1




More information about the Kimchi-devel mailing list