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
commitbdf896d9b230335a3e3f6988c922baa45f015a98 (patch)
tree3644c37e6503b64108b34b53f965b2d7606a2ef5 /doc/macros.texi
parent0c4eccc761f94ea3a6e19027356da55e394933c0 (diff)
downloadgeiser-bdf896d9b230335a3e3f6988c922baa45f015a98.tar.gz
geiser-bdf896d9b230335a3e3f6988c922baa45f015a98.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