From 62cbd04d35c6b86c2b241327f227c37a3c3dc9b9 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:26:55 +0000 Subject: [PATCH] lilypond-1.2.11 --- Documentation/topdocs/INSTALL.texi | 11 +++-------- make/toplevel.make.in | 2 +- stepmake/stepmake/yolily-topdoc-targets.make | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index dacd2ed0bf..47e2a0277a 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -4,10 +4,6 @@ @node Top, , , (dir) @top -@menu -* INSTALL - compiling and installing GNU LilyPond::INSTALL - compiling and installing GNU LilyPond -@end menu - @chapter INSTALL - compiling and installing GNU LilyPond @@ -46,7 +42,7 @@ compile if you use debugging information. If you are short on disk-space run configure with @code{--disable-debugging}. Although we recommend to use Unix, LilyPond is known to run on Windows -NT/95/98 as well. See Section @xref{w32}. +NT/95/98 as well. See Section Windows NT/95,es. @item EGCS 1.1 or newer. Check out @uref{ ftp://ftp.gnu.org/pub/gcc/, ftp://ftp.gnu.org/pub/gcc/} @@ -347,9 +343,8 @@ A Debian package is also available; contact Anthony Fok @section Windows NT/95 - -Separate instructions on building for W32 are available -@uref{../../outdir/README-W32.html,README-W32}. +Separate instructions on building for W32 are available; See file +README-W32, included with the sources. @section Bugs diff --git a/make/toplevel.make.in b/make/toplevel.make.in index 8088044844..7cca61759c 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -16,7 +16,7 @@ SUBDIRS = scripts buildscripts flower lib lily mf midi2ly po debian \ SCRIPTS = configure aclocal.m4 README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCE-1.0 ANNOUNCE-1.2 \ COPYING NEWS-0.1 NEWS-1.0 NEWS-0.0 NEWS-1.1 NEWS TODO AIMS CHANGES -README_TXT_FILES = README.txt AUTHORS.txt INSTALL.txt PATCHES.txt +README_TXT_FILES = README.txt AUTHORS.txt INSTALL.txt IN_FILES := $(wildcard *.in) EXTRA_DIST_FILES = dstreamrc mudela-mode.el vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) TASKS NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES) diff --git a/stepmake/stepmake/yolily-topdoc-targets.make b/stepmake/stepmake/yolily-topdoc-targets.make index 61009bb86e..5aadd24bf2 100644 --- a/stepmake/stepmake/yolily-topdoc-targets.make +++ b/stepmake/stepmake/yolily-topdoc-targets.make @@ -11,6 +11,6 @@ $(outdir)/%.html: %.yo local-WWW: -cp $(outdir)/*png $(outdir)/index.html $(depth) # don't fail if not making website -copy-to-top: +copy-to-top: $(TO_TOP_FILES) $(foreach i, $(TO_TOP_FILES), \ cp $(i) $(depth)/ && ) true -- 2.39.5