From 3d8e7cde6118ce94977540cef3e25d01e894555a Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:51:06 +0000 Subject: [PATCH] lilypond-1.1.60 --- Documentation/links.yo | 2 ++ Documentation/ntweb/GNUmakefile | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Documentation/links.yo b/Documentation/links.yo index cf57972684..820531084a 100644 --- a/Documentation/links.yo +++ b/Documentation/links.yo @@ -83,6 +83,8 @@ includefile(mail.yo) sect(Backlinks) description( +dit(lurl(http://sca.uwaterloo.ca/Mutopia/)) + Mutopia project (under construction). dit(lurl(http://www.ssc.com/linux/)) The Number One Free Operating System Kernel: Linux dit(lurl( http://sound.condorow.net)) diff --git a/Documentation/ntweb/GNUmakefile b/Documentation/ntweb/GNUmakefile index 4a25d2eafa..d88681c0f4 100644 --- a/Documentation/ntweb/GNUmakefile +++ b/Documentation/ntweb/GNUmakefile @@ -2,6 +2,7 @@ depth = ../.. STEPMAKE_TEMPLATES=documentation TO_TOP_FILES=$(addprefix $(outdir)/, $(README_TOP_FILES)) +PLAIN_FILES=angels.ly guile.patch include $(depth)/make/stepmake.make @@ -16,5 +17,8 @@ $(outdir)/%.html: %.yo --index=http://www.cs.ruu.nl/people/hanwen/lilypond/index.html \ --news=$(depth)/NEWS $@ +dist-plain: + cp $(PLAIN_FILES) $(out-dir) + local-WWW: -- 2.39.5