diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 16:49:40 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 16:49:40 +0100 |
commit | 87340e7700af9a24441bc5c6047a92b85f5c7bb8 (patch) | |
tree | c4efac9560f04f64c628c797bd1cf29913acfd14 /doc/install.texi | |
parent | 5f50bcd86d436a598bf9d61f5bcfd7f985338d01 (diff) | |
download | geiser-chez-87340e7700af9a24441bc5c6047a92b85f5c7bb8.tar.gz geiser-chez-87340e7700af9a24441bc5c6047a92b85f5c7bb8.tar.bz2 |
Docs: better rendering of links in info
Diffstat (limited to 'doc/install.texi')
-rw-r--r-- | doc/install.texi | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/doc/install.texi b/doc/install.texi index 4e6b197..f356c3e 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -45,17 +45,17 @@ at Savannah}, either with the following incantation: git clone git://git.sv.gnu.org/geiser.git @end example -@noindent or, if you happen to live under a firewall, with the alternative: +@noindent or, if you happen to live behind a firewall, with the alternative: @example git clone http://git.sv.gnu.org/r/geiser.git @end example -@noindent You can also follow Geiser's development in +You can also follow Geiser's development in @uref{https://github.com/jaor/geiser, one} @uref{http://repo.or.cz/w/geiser.git, or} -@uref{http://gitorious.org/geiser, three} mirrors that -are kept synchronized with the one at Savannah. +@uref{http://gitorious.org/geiser, three} mirrors that are kept +synchronized with the one at Savannah. Either way, you'll now be in possession of a copy of Geiser's libre code. I'll follow you into its directory and the next section. @@ -76,11 +76,15 @@ its moral equivalents): @noindent or simply evaluate that form inside Emacs (you wouldn't kill a friend just to start using Geiser, would you?). That's it: you're ready to -@ref{quick-start,,go}. If you obtained the Geiser source tree from a -release tarball, you can even continue to read this fine manual inside -Emacs by opening @file{doc/geiser.info} using @kbd{C-u C-h i}. The -manual is also available in PDF format -@downfile{geiser-manual-@value{STABLE_VERSION}.pdf, here}. +@alt{@ref{quick-start,,go}., go (@pxref{The REPL}).} + +@ifnotinfo +If you obtained the Geiser source tree from a release tarball, you can +even continue to read this fine manual inside Emacs by opening +@file{doc/geiser.info} using @kbd{C-u C-h i}. The manual is also +available in PDF format @downfile{geiser-manual-@value{VERSION}.pdf, +here}. +@end ifnotinfo @cindex byte-compilation What? You still here? I promise the above is all that's needed to start |