]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): add running
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Mar 2005 23:14:13 +0000 (23:14 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Mar 2005 23:14:13 +0000 (23:14 +0000)
requirement as compilation requirement.

ChangeLog
Documentation/topdocs/INSTALL.texi
THANKS
scm/backend-library.scm
scm/framework-tex.scm

index e2431d36a31aba2ad24f274fed50b713eaa59451..2a6ae9a32664156f333fe3d98b2d0fc0222b61e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/topdocs/INSTALL.texi (Top): add running
+       requirement as compilation requirement.
+
 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * buildscripts/mutopia-index.py (headertext): add h1 header and
index 1f484dc041442747afb8fdf64c5325212ae45a5c..c1bf50e72f205e2c1302a0e2a3d32c67cc495b0e 100644 (file)
@@ -101,9 +101,8 @@ Also, @TeX{}'s libkpathsea is used to find the fonts (@file{.mf},
 (1.0.6 is known to work).  If you are installing binary packages, you
 may need to install tetex-devel, tetex-dev or libkpathsea-dev too.
 
-@item @uref{ftp://ftp.gnu.org/gnu/texinfo/,Texinfo} (version 4.7 or newer).
 
-@item kpathsea, a library for searching (@TeX{}) files.
+@item @uref{ftp://ftp.gnu.org/gnu/texinfo/,Texinfo} (version 4.7 or newer).
 
 @item
  @uref{http://gcc.gnu.org/, The GNU c++ compiler} (version 3.1 or
@@ -117,11 +116,15 @@ newer).  EGCS and 2.x are known to cause crashes.
 newer, but not 1.50 or 1.75).
 
 @item @uref{http://www.gnu.org/software/gettext/gettext.html,gettext}.
+
+@item All packages necessary for running, including  headers.  
+
 @end itemize
 
 @subsection Running requirements
 
-Running LilyPond requires proper installation of the following software
+Running LilyPond requires proper installation of the following
+software
 
 @itemize @bullet
 
diff --git a/THANKS b/THANKS
index 8e155815eae9006a4c3be1244b2f2b4f7ccbeb21..7a45c52116b8e7512922fd8ba7fcdf3f657a28ff 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -45,6 +45,7 @@ Andreas Scherer
 Anthony W. Youngman
 Antti Kaihola
 Arjan Bos
+David Jedlinsky
 Dylan Nicholson
 Ed Jackson
 Erik Ronström
index 59bfb2dbd9974b3b51d31b439823ba173e7760c0..0f0ee521862d775fba515b8af7f806dfc39a6eec 100644 (file)
@@ -77,7 +77,7 @@
      (if (member x formats) (set! new-fmts (cons x new-fmts))))
    '("tex" "dvi" "ps" "pdf" "png"))
 
-  new-fmts)
+  (reverse new-fmts))
 
 (define (header-to-file file-name key value)
   (set! key (symbol->string key))
index a4e8656c7869860bbbb65b6e84f838dba63a8587..4fd1b32cd3157b1a7b3938d03fb0297ce6cf66a5 100644 (file)
@@ -21,7 +21,7 @@
   (define formats (ly:output-formats))
   (set! formats (completize-formats formats))
   (if (member "ps" formats)
-      (set! formats (cons "dvi" formats))) 
+      (set! formats (cons "dvi" formats)))
   (if (member "dvi" formats)
       (set! formats (cons "tex" formats)))
 
                                 "-u+lm.map " "")
                             (if (ly:kpathsea-find-file "ecrm10.pfa")
                                 "-u+ec-mftrace.map " "")
-                            "-u+lilypond.map -Ppdf " ""
-                            "-o" ps-name
+                            "-u+lilypond.map -Ppdf " " "
+                            "-o" ps-name " "
                             base)))
     (if (access? ps-name W_OK)
-       (delete-file ps-name)))
+       (delete-file ps-name))
     (if (not (ly:get-option 'verbose))
-       (begin
-         (format (current-error-port) (_ "Converting to `~a'...")
-                 (string-append base ".dvi"))
-         (newline (current-error-port))))
-    (ly:system cmd))
+       (format (current-error-port)
+               (_ "Converting to `~a.dvi'...\n")
+               base))
+    (ly:system cmd)))
 
 (define-public (convert-to-dvi book name)
   (let* ((curr-extra-mem