]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix for fonts/web target.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 19 Jul 2003 16:15:44 +0000 (16:15 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 19 Jul 2003 16:15:44 +0000 (16:15 +0000)
ChangeLog
GNUmakefile.in

index 694ddd6399ceb5eecf2b4a9a3c1e155e96c8cb49..7b1b6c4a266a73209ce4f436fd58f111e8b52fd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * GNUmakefile.in: Fix for fonts/web target.
+
 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * make/ly-rules.make ($(outdir)/%.pdf): backport -u +lilypond.map
index b5c50a2e74f0e6bd7e86a40768dff9e87083d763..1b3f78c3eb58b89459447b79ad89f5a9d3581e96 100644 (file)
@@ -1,5 +1,5 @@
 # -*-Makefile-*-
-# title           specific top level makefile for LilyPond  
+-# title          specific top level makefile for LilyPond  
 
 # subdir level:
 #
@@ -37,8 +37,6 @@ footify:
 
 fonts:
        $(MAKE) -C $(depth)/mf
-       (cd $(builddir)/share/lilypond/fonts && \
-               tar czvf ../../../$(outbase)/type1.tar.gz type1/*.pfa type1/fonts.* type1/lilypond.* )
 
 run-reqs: builddir-setup fonts lily
 web-reqs: run-reqs pfa-fonts
@@ -55,6 +53,8 @@ web-doc: web-reqs
 
 pfa-fonts:
        $(MAKE) MAKE_PFA_FILES=1 -C mf
+       (cd $(builddir)/share/lilypond/fonts && \
+               tar czvf ../../../$(outbase)/type1.tar.gz type1/*.pfa type1/fonts.* type1/lilypond.* )
 
 docdir = $(prefix)/share/doc/lilypond-$(TOPLEVEL_VERSION)
 install-html-doc: html-doc