]> git.donarmstrong.com Git - lilypond.git/commitdiff
* cygwin/GNUmakefile: [CYGWIN] Install bug-lilypond-cygwin. Typo
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 15 Aug 2002 19:13:55 +0000 (19:13 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 15 Aug 2002 19:13:55 +0000 (19:13 +0000)
fix.  Add kpsewhich commands (Thanks Mats).

ChangeLog
cygwin/GNUmakefile
cygwin/bug-lilypond-cygwin.sh

index b5db3df3267e1a615c915247a0d55c619b34bf59..739f31b885242dc2b1d8a43476b6de8c3c102e39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-       * cygwin/GNUmakefile: [CYGWIN] Install bug-lilypond-cygwin.
+       * cygwin/GNUmakefile: [CYGWIN] Install bug-lilypond-cygwin.  Typo
+       fix.  Add kpsewhich commands (Thanks Mats).
 
        * cygwin/bug-lilypond-cygwin.sh: New file.
 
index 5d9f1fc5676531b520f24acd9c2a52742ae73b05..c1c91087d85ebefa5668af83ea9a2654f7e01533 100644 (file)
@@ -10,7 +10,7 @@ STEPMAKE_TEMPLATES = install install-out script
 include $(depth)/make/stepmake.make
 
 # For Cygwin builds only
-infeq ($(CYGWIN_BUILD),)
+ifneq ($(CYGWIN_BUILD),)
 
 include $(stepdir)/executable-targets.make
 
index 9599f0af3c5baa3cbfc898b102db50ab865c7c0e..489f2a6ffa622f9997dfc2564991b949bd7d4d0d 100644 (file)
@@ -30,12 +30,14 @@ echo Availability of executables
 echo ===========================
 type -p tex
 type -p latex
+type -p kpsewhich
 type -p lilypond
 type -p python
 type -p ly2dvi
 
 type -p tex.exe
 type -p latex.exe
+type -p kpsewhich.exe
 type -p lilypond.exe
 type -p python.exe
 
@@ -51,6 +53,8 @@ cd /tmp/lily
 rm -f example-1.* sample2e.*
 ls -l
 latex \\nonstopmode \\input sample2e
+kpsewhich feta20.mf
+kpsewhich feta20.pk
 cp $docdir/input/example-1.ly .
 cp $docdir/input/example-2.ly .
 lilypond example-1.ly
@@ -63,6 +67,7 @@ ls -l
 echo
 echo Environment settings
 echo ====================
+# If python is ok and ly2dvi runs, this all is not really necessary.
 echo HOME="<$HOME>"
 echo SHELL="<$SHELL>"
 echo LILYPONDPREFIX="<$LILYPONDPREFIX>"
@@ -70,7 +75,8 @@ echo TEXMF="<$TEXMF>"
 echo MFINPUTS="<$MFINPUTS>"
 echo TFMFONTS="<$TFMFONTS>"
 echo TEXINPUTS="<$TEXINPUTS>"
-
+# do we want to know all?
+#set
 
 echo
 echo System information