]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.11
authorfred <fred>
Tue, 26 Mar 2002 22:26:55 +0000 (22:26 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:26:55 +0000 (22:26 +0000)
Documentation/topdocs/INSTALL.texi
make/toplevel.make.in
stepmake/stepmake/yolily-topdoc-targets.make

index dacd2ed0bf4da363b8429b14fccda05080d17102..47e2a0277a9a0106a7bd8cfb045113d7a62b85ee 100644 (file)
@@ -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
 
index 80880448443cd82538719fe8e863b0b35172b7c7..7cca61759c8059eaf476545ca4404bf5b99eb06c 100644 (file)
@@ -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)
index 61009bb86e80e6048a84864169b5e2b9839a0f92..5aadd24bf235664fc04202f648e12e28478f31d3 100644 (file)
@@ -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