diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-20 04:15:58 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-20 04:15:58 +0100 |
commit | a700f8280f05155a1a45463d5cf0aab762035ba3 (patch) | |
tree | 45df624458e469875def5297f61e1185d463d65a /doc/macros.texi | |
parent | 01fdd0cad6ecfc2eecd81a5999767e1583999207 (diff) | |
download | geiser-guile-a700f8280f05155a1a45463d5cf0aab762035ba3.tar.gz geiser-guile-a700f8280f05155a1a45463d5cf0aab762035ba3.tar.bz2 |
Documentation tidbits
Diffstat (limited to 'doc/macros.texi')
-rw-r--r-- | doc/macros.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/macros.texi b/doc/macros.texi index 46eec13..3b59194 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,4 +1,6 @@ @set VERSION 0.1.1 +@set STABLE_VERSION 0.1 +@set DOWN_BASE http://download.savannah.nongnu.org/releases/geiser @macro img{FILE, ALIGN} @ifhtml @@ -16,3 +18,6 @@ @end ifhtml @end macro +@macro downfile{FILE, CAPT} +@uref{@value{DOWN_BASE}/@value{STABLE_VERSION}/\FILE\, \CAPT\} +@end macro |