From 0315f2c0282a07d7dd199c2203de38923a6c197a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 22 Feb 2006 16:47:34 +0000 Subject: [PATCH] remove $(CROSS) support from Documentation/user/GNUmakefile. Use --disable-documentation for that. --- ChangeLog | 5 +++++ Documentation/user/GNUmakefile | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 46b5158690..76f29e75f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-02-22 Han-Wen Nienhuys + * Documentation/user/GNUmakefile: remove $(CROSS) support from + Documentation/user/GNUmakefile. Use --disable-documentation for that. + + * VERSION (PATCH_LEVEL): release 2.7.36 + * lily/slur.cc: add avoid-slur (ugh.) * lily/slur-configuration.cc (fit_factor): oops, skip point if diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 31094c6bb7..4f4b96708c 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -250,9 +250,6 @@ $(outdir)/lilypond.nexi: $(ITELY_FILES) $(ITEXI_FILES) $(outdir)/music-glossary.nexi: # Rules for the automatically generated documentation -# When cross-compiling, we don't have lilypond, so we fake -ifneq ($(CROSS),yes) - # There used to be a dependency on a dummy target, to force a rebuild # of lilypond-internals every time. however, this triggers @@ -268,15 +265,6 @@ $(outdir)/lilypond-internals.nexi $(outdir)/lilypond-internals.texi: $(LILYPOND_ $(outdir)/interfaces.itexi: dummy cd $(outdir) && lilypond $(top-src-dir)/ly/generate-interface-doc -else - -$(outdir)/lilypond-internals.nexi $(outdir)/lilypond-internals.texi: - touch $@ - touch $(outdir)/$(*F).nexi - -$(outdir)/programming-interface.texi: - cp dummy-interfaces.itexi $@ -endif local-clean: local-delete -- 2.39.2