]> git.donarmstrong.com Git - lilypond.git/commitdiff
fixes.
authorHeikki Junes <heikki.junes@hut.fi>
Thu, 12 Aug 2004 19:24:03 +0000 (19:24 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Thu, 12 Aug 2004 19:24:03 +0000 (19:24 +0000)
ChangeLog
Documentation/topdocs/INSTALL.texi

index 64961e6089fbc33863dd5e6ced79170449cfbeec..097dd6d9d741675c112fca34d883c37d4f67f94d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/INSTALL.html: fixes.
+
 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
 
        * buildscripts/builder.py: Fix for scons CVS.
index c2e6351de4d62b1f8f9b721a64d86e1c165244f4..b7609a07826ea4d7db999c2df45402658eda56cf 100644 (file)
@@ -128,7 +128,6 @@ following software:
 @item @uref{http://www.python.org,Python} (version 2.1 or newer).
 @item @TeX{}.
 @item Xdvi and Ghostscript.
-@item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} 1.6.0, or newer.
 @end itemize
 
 You have to help @TeX{} and MetaFont find LilyPond support
@@ -228,13 +227,13 @@ and for the profiling version, I specify a different configuration:
 @section Emacs mode
 
 An Emacs mode for entering music and running LilyPond is contained in
-the source archive in the @file{elisp} directory.  @command{make
-install} installs it @var{elispdir}.  The file @file{lilypond-init.el}
+the source archive in the @file{elisp} directory.  Do @command{make
+install} to install it to @var{elispdir}.  The file @file{lilypond-init.el}
 should be placed to @var{load-path}@file{/site-start.d/} or appended
 to your @file{~/.emacs} or @file{~/.emacs.el}.
 
-As a user, you may want add your source path or, e.g., @file{~/site-lisp/} 
-to your @var{load-path}. Append the following line (modified) to your 
+As a user, you may want add your source path (e.g. @file{~/site-lisp/}) to
+your @var{load-path} by appending the following line (as modified) to your 
 @file{~/.emacs}:
 @c any reason we do not advise:  (push "~/site-lisp" load-path)
 @quotation
@@ -247,8 +246,9 @@ to your @var{load-path}. Append the following line (modified) to your
 @section Vim mode
 
 A Vim mode for entering music and running LilyPond is contained in the 
-source archive. For version 6.2 and newer, Vim-mode works directly after 
-installing LilyPond. Otherwise, complete the following two steps.
+source archive in @code{$VIM} directory.  For version 6.2 and newer, 
+Vim-mode works directly after installing LilyPond.  Otherwise, 
+complete the following two steps.
 
 For earlier versions (and if @code{$VIM} environment variable does not
 fall-back to @file{/usr/local/share/vim}, see @code{:version} in vim),