diff options
author | jao <jao@numenor.local> | 2011-05-01 18:04:30 -0700 |
---|---|---|
committer | jao <jao@numenor.local> | 2011-05-01 18:04:30 -0700 |
commit | 2efa614b7de69a3dc4de66f81f0de3fb48110524 (patch) | |
tree | 534c83c887383ac71d5476cc4c411a2e914a773e /doc/macros.texi | |
parent | 04902b39229eafdfa41e2c1d5a9857133f53805d (diff) | |
download | geiser-guile-2efa614b7de69a3dc4de66f81f0de3fb48110524.tar.gz geiser-guile-2efa614b7de69a3dc4de66f81f0de3fb48110524.tar.bz2 |
Documentation fixes courtesy of M. Harig
In this episode, we learn how to use @ escapes in texinfo urls.
Diffstat (limited to 'doc/macros.texi')
-rw-r--r-- | doc/macros.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/macros.texi b/doc/macros.texi index 29e6321..8b3e325 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -2,11 +2,11 @@ @set GUILE_VERSION 2.0 @set RACKET_VERSION 5.0.1 @set EMACS_VERSION 23.2 -@set DOWN_BASE http://download.savannah.nongnu.org/releases/geiser +@set DOWN_BASE http://download.savannah.nongnu.org/@/releases/@/geiser @set TARBALL geiser-@value{VERSION}.tar.gz @macro downfile{FILE, CAPT} -@uref{@value{DOWN_BASE}/@value{VERSION}/\FILE\, \CAPT\} +@uref{@value{DOWN_BASE}/@/@value{VERSION}/@/\FILE\, \CAPT\} @end macro @macro vblurb{GVERS, RVERS, DATE} |