]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/%.afm $(outdir)/%.enc
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 27 Sep 2003 09:17:57 +0000 (09:17 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 27 Sep 2003 09:17:57 +0000 (09:17 +0000)
$(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
target not a source.

ChangeLog
Documentation/user/tutorial.itely
mf/GNUmakefile

index a790b9f4ec0d3e1aa5c65275d856e37ee3151b3c..6f480291858b80eae61f5134bf52e063af4c36b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
+
+       * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
+       $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
+       target not a source.
+
 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
index b0854b3f4d9a5caf27686820dbf7a40aa1b2a83e..e15a11387170a62ac5ba28d7cbba3ce79746f314 100644 (file)
@@ -1688,7 +1688,7 @@ Then, an individual part is made by putting the following in a file:
   instrument = "Horn in F"
 @}
 \score @{
-  \notes \transpose c' f \hornNotes
+  \notes \transpose f c' \hornNotes
 @}
 @end example
 The @code{\include} command substitutes the contents of the file at
index 86e13e2e158aa6066475a772491f6e83b2b3101c..51ba4053689448ac0e41f7e14e5dc6f0a8389bd3 100644 (file)
@@ -108,6 +108,7 @@ $(outdir)/$(redhat-package):
        wget  --passive-ftp -P $(outdir) ftp://ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/$(redhat-package)
 
 get-rpm-pfa: $(outdir)/$(redhat-package)
+       cd $(outdir) ; rm -rf usr/ # (root alert!) 
        cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -uid '*.pfa'
        touch $(addprefix $(outdir)/, $(addsuffix .bla,$(SAUTER_FONTS)))
        cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
@@ -118,7 +119,7 @@ get-pfa: get-rpm-pfa
 
 ##
 ## todo: this also depends on .tfm, FIXME.
-$(outdir)/%.afm  $(outdir)/%.enc  $(outdir)/%.tex $(outdir)/%.dep: $(outdir)/%.log $(outdir)/%.tfm $(outdir)/%list.ly
+$(outdir)/%.afm  $(outdir)/%.enc  $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly: $(outdir)/%.log $(outdir)/%.tfm 
        $(PYTHON) $(buildscript-dir)/mf-to-table.py --package=$(topdir) --outdir=$(outdir) --dep $(outdir)/$(<F:.log=.dep)  --afm $(outdir)/$(<F:.log=.afm)  --enc $(outdir)/$(<F:.log=.enc) --tex $(outdir)/$(<F:.log=.tex) --ly $(outdir)/$(<F:.log=list.ly) $<
 
 fontdir: $(addprefix $(outdir)/, lilypond.map lilypond.sfd private-fonts fonts.scale fonts.dir)