]> git.donarmstrong.com Git - lilypond.git/commitdiff
* configure.in: Require g++ > 3.0.4.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 25 Sep 2003 15:43:09 +0000 (15:43 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 25 Sep 2003 15:43:09 +0000 (15:43 +0000)
* mf/GNUmakefile: Bugfix: Add list.ly target.

* Documentation/user/GNUmakefile: Bugfix: list.ly target.

ChangeLog
Documentation/user/GNUmakefile
configure.in
mf/GNUmakefile

index e3275d78174accd7a45f949ed5903b28014478f3..9e02492d8ccbe9d6ce17426eb2c230a7d96f3cc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * configure.in: Require g++ > 3.0.4.
+
+       * mf/GNUmakefile: Bugfix: Add list.ly target.
+       
+       * Documentation/user/GNUmakefile: Bugfix: list.ly target.
+
+       * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
+       make omf directory, add uninstall targets.
+
 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
index 9ad314be1e580669e44feceb5c180229cb4b77c9..627642e4814e690a51e2ab35c29b1a61da350824 100644 (file)
@@ -38,7 +38,6 @@ include $(depth)/make/stepmake.make
 # lilypond.tely uses mbinclude
 TEXINFO_SOURCES := $(filter-out lilypond.tely, $(TEXINFO_SOURCES))
 
-
 dvi: $(DVI_FILES)
 
 ps: $(PS_FILES)
@@ -125,6 +124,10 @@ local-clean:
 #$(outdir)/lilypond.nexi: $(outdir)/interfaces.itexi
 #$(outdir)/lilypond.texi: $(outdir)/interfaces.itexi
 
+# lilypond.texi deps
+$(builddir)/mf/$(outconfbase)/feta16list.ly:
+       $(MAKE) -C $(topdir)/mf
+
 # Rules for the automatically generated documentation
 # When cross-compiling, we don't have lilypond, so we fake
 ifneq ($(CROSS),yes)
index e960c1ade9741bd89d0aa24c2e7eaddf1ff7c2df..e048975f72eb447b1be0e429e9f8cb1bad7c1d44 100644 (file)
@@ -29,7 +29,7 @@ STEPMAKE_COMPILE
 STEPMAKE_PYTHON(REQUIRED,2.1)
 STEPMAKE_GCC(REQUIRED, 2.8)
 STEPMAKE_CXX(REQUIRED)
-STEPMAKE_GXX(REQUIRED, 3.0)
+STEPMAKE_GXX(REQUIRED, 3.0.5)
 STEPMAKE_CXXTEMPLATE
 STEPMAKE_LIB(REQUIRED)
 # Do not use bison 1.50 and 1.75.
index 18b22ad08e29cca8a1f033d1414690c985e24f42..3ccf89cfdfe92948c9d3777b3d3b56ce9e81208b 100644 (file)
@@ -118,7 +118,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)/%.afm  $(outdir)/%.enc  $(outdir)/%.tex $(outdir)/%.dep: $(outdir)/%.log $(outdir)/%.tfm $(outdir)/%list.ly
        $(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)