From e0a11cb5b06e1b53f2b104b64560b61b7a923507 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 15 Aug 2002 19:13:55 +0000 Subject: [PATCH] * cygwin/GNUmakefile: [CYGWIN] Install bug-lilypond-cygwin. Typo fix. Add kpsewhich commands (Thanks Mats). --- ChangeLog | 3 ++- cygwin/GNUmakefile | 2 +- cygwin/bug-lilypond-cygwin.sh | 8 +++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5db3df326..739f31b885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2002-08-15 Jan Nieuwenhuizen - * 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. diff --git a/cygwin/GNUmakefile b/cygwin/GNUmakefile index 5d9f1fc567..c1c91087d8 100644 --- a/cygwin/GNUmakefile +++ b/cygwin/GNUmakefile @@ -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 diff --git a/cygwin/bug-lilypond-cygwin.sh b/cygwin/bug-lilypond-cygwin.sh index 9599f0af3c..489f2a6ffa 100644 --- a/cygwin/bug-lilypond-cygwin.sh +++ b/cygwin/bug-lilypond-cygwin.sh @@ -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 -- 2.39.5