From 9efd40362ae0cfdd21c95ced2d2defa624b84af6 Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Tue, 26 Mar 2002 22:47:13 +0000
Subject: [PATCH] lilypond-1.3.35

---
 Documentation/GNUmakefile        | 9 +++++----
 Documentation/topdocs/index.tely | 6 ------
 VERSION                          | 2 +-
 3 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index dd49ab04a3..f1b3fcddf2 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -1,17 +1,18 @@
 depth = ..
 
 NAME = documentation
-SUBDIRS= user programmer bibliography pictures topdocs ntweb misc
-STEPMAKE_TEMPLATES=documentation  texinfo
+SUBDIRS=user bibliography pictures topdocs ntweb misc
+STEPMAKE_TEMPLATES=documentation texinfo tex
+LOCALSTEPMAKE_TEMPLATES=lilypond mudela
 
 README_TOP_FILES=NEWS DEDICATION CHANGES TODO
-EXTRA_DIST_FILES = 
+EXTRA_DIST_FILES=
 
 include $(depth)/make/stepmake.make 
 
 default: local-doc
 
-local-WWW: copy-for-me
+local-WWW: copy-for-me $(outdir)/regression-test.ps.gz $(outdir)/regression-test.html
 
 copy-for-me:
 	$(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true
diff --git a/Documentation/topdocs/index.tely b/Documentation/topdocs/index.tely
index 88d28769e6..9677961953 100644
--- a/Documentation/topdocs/index.tely
+++ b/Documentation/topdocs/index.tely
@@ -18,9 +18,6 @@
     |
     <a href="#mailing-lists">Mailing lists</a>
     |
-    <a href="Documentation/programmer/out-www/regression-test.html">
-    Regression test</a>
-    |
     <a href="Documentation/out-www/CHANGES.txt">News</a>
 ]
 @end html
@@ -207,9 +204,6 @@ then please mail us!
     |
     <a href="#mailing-lists">Mailing lists</a>
     |
-    <a href="Documentation/programmer/out-www/regression-test.html">
-    Regression test</a>
-    |
     <a href="Documentation/out-www/CHANGES.txt">News</a>
 ]
 @end html
diff --git a/VERSION b/VERSION
index 42ffa362e5..85c8fef60c 100644
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
-PATCH_LEVEL=34
+PATCH_LEVEL=35
 MY_PATCH_LEVEL=
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
-- 
2.39.5