summaryrefslogtreecommitdiff
path: root/doc/macros.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-20 04:15:58 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-20 04:15:58 +0100
commita700f8280f05155a1a45463d5cf0aab762035ba3 (patch)
tree45df624458e469875def5297f61e1185d463d65a /doc/macros.texi
parent01fdd0cad6ecfc2eecd81a5999767e1583999207 (diff)
downloadgeiser-chez-a700f8280f05155a1a45463d5cf0aab762035ba3.tar.gz
geiser-chez-a700f8280f05155a1a45463d5cf0aab762035ba3.tar.bz2
Documentation tidbits
Diffstat (limited to 'doc/macros.texi')
-rw-r--r--doc/macros.texi5
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