]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.151
authorfred <fred>
Wed, 27 Mar 2002 01:03:10 +0000 (01:03 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:03:10 +0000 (01:03 +0000)
Documentation/windows/latex-wrapper.sh
Documentation/windows/post-miktex.sh
lily/kpath.cc
lily/performer-group-performer.cc

index 67b805c54cdec61a78362c3b53de4e18c7804375..82a2fd44e367e272fcdb581c4558ca830e2e4043 100644 (file)
@@ -5,4 +5,4 @@ MFINPUTS="$WINDOWS_MFINPUTS"
 TEXINPUTS="$WINDOWS_TEXINPUTS"
 TFMFONTS="$WINDOWS_TFMFONTS"
 
-@name@ "$*"
+@name@.exe "$*"
index e8f131d0297232a027f9b163b333d70ace066604..7f3f33879f2983345c7a8124ca33809bb71ab7cf 100644 (file)
@@ -10,7 +10,7 @@ reg="$(regtool -q get 'HKLM\Software\MiK\MiKTeX\CurrentVersion\MiKTeX\Install Ro
 b="$(cygpath -u ""$reg"")"
 
 # Where we installed it
-c=texmf="/usr/windows/MiKTeX"
+c="/usr/windows/MiKTeX"
 
 for i in "$a" "$b" "$c"; do
        if [ -d "$i" ]; then
index 413d4be351f4cc3fcfeb05967d0711461ec1fcf4..8cbfc86a9fd3540ae2c61b2d6213eb3baa9a2a7a 100644 (file)
@@ -68,8 +68,10 @@ ly_init_kpath (char *av0)
     /var/texmf/fonts, reducing clutter and compilation time.
     
   */
+#ifndef __CYGWIN__  /* mktextfm/mktexpk does not work on windows */
   unsetenv ("TFMFONTS");
-  
+#endif
+
   /*
    initialize kpathsea
    */
index 3b5ea7f6a30d11107ed2112763254b458c736b12..96e25b97d8755e25fd0da72cf1ab606a753d63f1 100644 (file)
@@ -75,14 +75,10 @@ Performer_group_performer::do_announces ()
 
   if (announce_info_arr_.size ())
     {
+#if 0  //printf?  -> include <stdio.h>     
       printf ("do_announces: elt: %s\n",
              classname (announce_info_arr_[0].elem_l_));
+#endif      
       announce_info_arr_.clear ();
     }
 }
-
-
-
-
-
-