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 | be04e20fb0864b09395c5bd55783033e82145148 (patch) | |
tree | f0a6a8d7d06d11ba475a8b35be164ed2e229546d /doc/macros.texi | |
parent | ce2153a84d13e1e672a6ca6fd4c9144cac585c10 (diff) | |
download | geiser-be04e20fb0864b09395c5bd55783033e82145148.tar.gz geiser-be04e20fb0864b09395c5bd55783033e82145148.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} |