From: Jeremy C. Reed Date: Thu, 28 Aug 2014 16:37:32 +0000 (-0700) Subject: Do not hardcode version in example X-Git-Tag: trac3482_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95ebef4edf7067137f8e47d08a9551cf567b5631;p=thirdparty%2Fkea.git Do not hardcode version in example Did say 0.9-beta1 for 0.9 release for example. So added the __VERSION__ macro. Note that this may look ugly in the "git" branch or other odd named versions but will match names if a dist tarball was created from git master. But will be correct for official releases. Okayed via jabber. --- diff --git a/doc/guide/quickstart.xml b/doc/guide/quickstart.xml index 0b1d6cc9d0..12f08ccd95 100644 --- a/doc/guide/quickstart.xml +++ b/doc/guide/quickstart.xml @@ -2,6 +2,8 @@ + +%version; ]> @@ -34,13 +36,13 @@ Extract the tarball. For example: - $ tar xvf kea-0.9-beta1.tar.gz + $ tar xvf kea-&__VERSION__;.tar.gz Go into the source directory and run the configure script: - $ cd kea-0.9-beta1 + $ cd kea-&__VERSION__; $ ./configure [your extra parameters]