From 6d209ea6b403aa10956379d50a4f46a7e5fe37c9 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 14 Mar 2005 21:09:34 +0000 Subject: [PATCH] * make/ly-rules.make: * stepmake/aclocal.m4: * Documentation/user/GNUmakefile: Remove old makeinfo compatibility. --- ChangeLog | 4 ++++ Documentation/user/GNUmakefile | 16 ---------------- configure.in | 1 - make/ly-rules.make | 5 ----- stepmake/aclocal.m4 | 22 ---------------------- 5 files changed, 4 insertions(+), 44 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41d04bf40d..cb5d19a0e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-03-14 Jan Nieuwenhuizen + * make/ly-rules.make: + * stepmake/aclocal.m4: + * Documentation/user/GNUmakefile: Remove old makeinfo compatibility. + * buildscripts/fixcc.py (rules): Leave space after operator. 2005-03-14 Werner Lemberg diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 442cc0bea3..3d6452e5b5 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -173,8 +173,6 @@ $(outdir)/lilypond-internals/lilypond-internals.xml: $(outdir)/lilypond-internal mkdir -p $(dir $@) $(MAKEINFO) --output=$(outdir)/lilypond-internals --docbook $< -ifeq ($(SPLITTING_MAKEINFO),yes) - $(outdir)/lilypond.dvi: $(OUT_EPS_IMAGES) $(OUT_PNG_IMAGES) $(outdir)/%.png: %.png @@ -187,20 +185,6 @@ DEEP_HTML_FILES =\ $(outdir)/lilypond/index.html\ $(outdir)/lilypond-internals/index.html -else - -# Links referred to by Documentation index -LILYPOND_LINKS=Reference-Manual.html Tutorial.html Ly2dvi.html Midi2ly.html - -local-WWW: deep-symlinks - -deep-symlinks: - mkdir -p $(outdir)/lilypond - cd $(outdir)/lilypond && $(foreach i, $(LILYPOND_LINKS),\ - rm -f $(i) && ln -s lilypond.html $(i) &&) true - -endif - local-WWW: $(HTML_FILES) $(DEEP_HTML_FILES)\ $(datafiles) $(PDF_FILES) $(PS_GZ_FILES) info info-dir diff --git a/configure.in b/configure.in index c496d7415d..94b6c22203 100644 --- a/configure.in +++ b/configure.in @@ -93,7 +93,6 @@ STEPMAKE_PERL(OPTIONAL) # without the docs, they can find this comment and use an older # makeinfo -- but hopefully won't report makeinfo problems. STEPMAKE_PROGS(MAKEINFO, makeinfo, REQUIRED, 4.7) -AC_SUBST(MAKEINFO_VERSION) if test "$optimise_b" = yes; then diff --git a/make/ly-rules.make b/make/ly-rules.make index a49eed57e1..6198c78799 100644 --- a/make/ly-rules.make +++ b/make/ly-rules.make @@ -23,11 +23,6 @@ $(outdir)/%.nexi: %.tely rm -f $(outdir)/$*.texi $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) --verbose $(LILYPOND_BOOK_FLAGS) --process='true' $< mv $(outdir)/$*.texinfo $@ 2>/dev/null || mv $(outdir)/$*.texi $@ -# makeinfo <= 4.6 image bug workaround - if [ $(MAKEINFO_VERSION) -le 4006000 ]; then \ - (cd $(outdir) && \ - ls -1 lily-*.ly | sed 's/.ly$$/.txt/' | xargs touch) || true; \ - fi $(outdir)/%.info: $(outdir)/%.nexi $(MAKEINFO) -I $(outdir) --output=$(outdir)/$(*F).info $< diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 344d4c2479..0bc586ba1b 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -893,31 +893,9 @@ AC_DEFUN(STEPMAKE_LOCALE, [ AC_DEFUN(STEPMAKE_MAKEINFO, [ STEPMAKE_PROGS(MAKEINFO, makeinfo, $1) - if test "$MAKEINFO" = "makeinfo"; then - AC_MSG_CHECKING(whether makeinfo can split html by @node) - mkdir -p out - makeinfo --html --output=out/split <