]> git.donarmstrong.com Git - lilypond.git/commitdiff
* cygwin/bug-lilypond-cygwin.sh: Run latex on lily output (WAS: tex).
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 29 Aug 2003 11:14:07 +0000 (11:14 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 29 Aug 2003 11:14:07 +0000 (11:14 +0000)
* stepmake/stepmake/generic-vars.make: Check for i686-cygwin arch
too.

ChangeLog
cygwin/bug-lilypond-cygwin.sh
cygwin/changelog
cygwin/lilypond-doc.hint
cygwin/lilypond.hint
stepmake/stepmake/generic-vars.make

index 65a881f6c7bd0b1ffd1f71acbe58f6b4881c481f..77255f6f7dc7873f6f0ebd49aaccded06437af00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-08-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/bug-lilypond-cygwin.sh: Run latex on lily output (WAS: tex).
+
+       * stepmake/stepmake/generic-vars.make: Check for i686-cygwin arch
+       too.
+
 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scripts/lilypond-book.py (compose_full_body): Do not emit
index 1c61929e5865b529393dd1aa39b19aee7692e87b..61d8232f63ea1f02e7d3dcdb7ccb90d018c0b516 100644 (file)
@@ -58,7 +58,7 @@ kpsewhich feta20.pk
 cp $docdir/input/example-1.ly .
 cp $docdir/input/example-2.ly .
 lilypond example-1.ly
-tex \\nonstopmode \\input example-1.tex
+latex \\nonstopmode \\input example-1.tex
 dvips -o example-1.ps example-1.dvi
 ls -l
 ly2dvi --verbose example-2
index 34d17110c31312d7cfd2f280133bc3ab9b3af5fc..a80129dcb810aece0f1ff2a2148dc2274590b367 100644 (file)
@@ -1,3 +1,9 @@
+lilypond (1.8.1-12) unstable; urgency=low
+
+  * Cygwin build fix: add cygwin-specific profile and postinstall scripts.
+
+ -- Jan Nieuwenhuizen <janneke@gnu.org>  Fri, 29 Aug 2003 13:10:17 +0200
+  
 lilypond (1.8.1-11) unstable; urgency=low
 
   * New upstream release.
index 654de5de98e0dbac192dc2a02f75c9f9c5afcbfc..84730a49f4036ad25aa64cd6b84d320aec6e0617 100644 (file)
@@ -1,5 +1,5 @@
 sdesc: "LilyPond documentation."
-test: 1.8.1-11
+test: 1.8.1-12
 curr: 1.6.11-1
 category: Doc
 ldesc: "LilyPond Documentation in HTML, PS, PDF and DVI formats.  This
index 950de3a56757acf3afc0625600228cedc03bd1fc..27ce12dbecf873425ddf936910211c78ddd1f1e5 100644 (file)
@@ -1,5 +1,5 @@
 sdesc: "A program for printing sheet music"
-test: 1.8.1-11
+test: 1.8.1-12
 curr: 1.6.11-1
 category: Publishing
 requires: bash cygwin fileutils findutils ghostscript libguile12abi13 libguile12 libiconv2 libintl2 libkpathsea3 libkpathsea3abi13 python tetex-bin tetex-tiny
index bbba281caad1ead2af9e9a46c87bd0d642f075da..1f718a9ef63b000e70ee6542cd08069f09561b1e 100644 (file)
@@ -116,3 +116,8 @@ HOST_ARCH=$(shell $(CC) -dumpmachine)
 ifeq ($(HOST_ARCH),i686-pc-cygwin)
 CYGWIN_BUILD = yes
 endif
+#
+# ugh-- what if someone decides on: 'i568-pc-cygwin-gnu'
+ifeq ($(HOST_ARCH),i686-cygwin)
+CYGWIN_BUILD = yes
+endif