From 7a18b40448fd2257f58fda89f3237bdb34267deb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 24 Dec 1998 15:35:23 +0000 Subject: Change home-page fornat if current version is gold. svn path=/trunk/; revision=2288 --- indexgen.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/indexgen.sh b/indexgen.sh index cfce37be..dbd063ec 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -105,6 +105,13 @@ You can get any of the following leading-edge resources here:
  • Source RPM of fetchmail $version + +EOF + +if [ $version = $goldvers ] +then + cat >>index.html <
  • @@ -118,7 +125,10 @@ Or you can get the last \`gold' version, $goldname: For differences between the leading-edge $version and gold $goldname versions, see the distribution NEWS file.

    +EOF +fi +cat >>index.html < -- cgit v1.2.3