@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
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/}
@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
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)
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