diff options
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 |