From 92810251d447e0231e9b54f94862a51c7d95c87d Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 19 Jul 2003 16:15:44 +0000 Subject: [PATCH] Fix for fonts/web target. --- ChangeLog | 4 ++++ GNUmakefile.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 694ddd6399..7b1b6c4a26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-19 Jan Nieuwenhuizen + + * GNUmakefile.in: Fix for fonts/web target. + 2003-07-17 Han-Wen Nienhuys * make/ly-rules.make ($(outdir)/%.pdf): backport -u +lilypond.map diff --git a/GNUmakefile.in b/GNUmakefile.in index b5c50a2e74..1b3f78c3eb 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 -- 2.39.5