From: Jose Antonio Ortega Ruiz Date: Sat, 19 Jan 2013 17:54:07 +0000 (+0100) Subject: Download links fixed X-Git-Tag: 0.3 X-Git-Url: https://repo.or.cz/w/geiser.git/commitdiff_plain/9ded8b3b3b3cb0739c4650f55bb2190f16786bea Download links fixed --- diff --git a/doc/install.texi b/doc/install.texi index 70b73bd..daad928 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -86,10 +86,9 @@ you just installed! @subsubheading Downloading Geiser @cindex use the source, Luke -The latest release tarball can be found @downfile{, here}, while older -versions are @uref{@value{OLD_DOWN_BASE}/, here}. Just download -@downfile{@value{TARBALL}, @value{TARBALL}} and untar it in a directory -of your choice. +The latest release tarball can be found @downfile{, here}. Just +download @downfile{@value{TARBALL}, @value{TARBALL}} and untar it in a +directory of your choice. If you feel like living on the bleeding edge, just grab Geiser from its Git repository @uref{http://git.savannah.nongnu.org/cgit/geiser.git/, over diff --git a/doc/macros.texi b/doc/macros.texi index 596fcac..1290bfd 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -3,15 +3,13 @@ @set GUILE_VERSION 2.0 @set RACKET_VERSION 5.3 @set EMACS_VERSION 23.2 -@set DOWN_BASE https://github.com/@/jaor/@/geiser/@/downloads -@set OLD_DOWN_BASE http://download.savannah.gnu.org/@/releases/@/geiser -@set PACKAGE_REPO @value{OLD_DOWN_BASE}/@/packages +@set DOWN_BASE http://download.savannah.gnu.org/@/releases/@/geiser +@set PACKAGE_REPO @value{DOWN_BASE}/@/packages @set PACKAGE @value{PACKAGE_REPO}/@/geiser-@value{VERSION}.tar @set TARBALL geiser-@value{VERSION}.tar.gz @macro downfile{FILE, CAPT} -@c @uref{@value{DOWN_BASE}/@/@value{VERSION}/@/\FILE\, \CAPT\} -@uref{@value{DOWN_BASE}/@/\FILE\, \CAPT\} +@uref{@value{DOWN_BASE}/@/@value{VERSION}/@/\FILE\, \CAPT\} @end macro @macro vblurb{GVERS, RVERS, DATE}