diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-24 15:35:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-24 15:35:23 +0000 |
commit | 7a18b40448fd2257f58fda89f3237bdb34267deb (patch) | |
tree | d11893f29e969605609e998160af4325cf5417a2 /indexgen.sh | |
parent | 2071792307b3755f151d4731769427b53ac82597 (diff) | |
download | fetchmail-7a18b40448fd2257f58fda89f3237bdb34267deb.tar.gz fetchmail-7a18b40448fd2257f58fda89f3237bdb34267deb.tar.bz2 fetchmail-7a18b40448fd2257f58fda89f3237bdb34267deb.zip |
Change home-page fornat if current version is gold.
svn path=/trunk/; revision=2288
Diffstat (limited to 'indexgen.sh')
-rwxr-xr-x | indexgen.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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: <LI> <a href="fetchmail-$version-1.src.rpm"> Source RPM of fetchmail $version</a> </UL> + +EOF + +if [ $version = $goldvers ] +then + cat >>index.html <<EOF + Or you can get the last \`gold' version, $goldname: <UL> <LI> <a href="fetchmail-$goldvers.tar.gz"> @@ -118,7 +125,10 @@ Or you can get the last \`gold' version, $goldname: </UL> For differences between the leading-edge $version and gold $goldname versions, see the distribution <a href="NEWS">NEWS</a> file.<p> +EOF +fi +cat >>index.html <<EOF (Note that the RPMs don't have the POP2, OTP, IPv6, Kerberos, GSSAPI, Compuserve RPA, or GNU gettext internationalization support compiled in. To get any of these you will have to build from sources.)<p> |