From 27d4215e2a299cbbfc1b4c7eaf4e08034d3c87d4 Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Thu, 12 Aug 2004 19:24:03 +0000 Subject: [PATCH] fixes. --- ChangeLog | 4 ++++ Documentation/topdocs/INSTALL.texi | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64961e6089..097dd6d9d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-12 Heikki Junes + + * Documentation/topdocs/INSTALL.html: fixes. + 2004-08-12 Jan Nieuwenhuizen * buildscripts/builder.py: Fix for scons CVS. diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index c2e6351de4..b7609a0782 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -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), -- 2.39.5