From 9c347b1759dd2c7b3786dc7b10483f96d5412c1a Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:46:42 +0000 Subject: [PATCH] lilypond-1.3.31 --- VERSION | 2 +- make/mutopia-targets.make | 1 - stepmake/stepmake/documentation-targets.make | 1 - stepmake/stepmake/yolily-toplevel-targets.make | 4 ++-- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 0a0af3f544..023bbc67de 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=30 +PATCH_LEVEL=31 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/make/mutopia-targets.make b/make/mutopia-targets.make index 8fd9880957..769b7ab8fe 100644 --- a/make/mutopia-targets.make +++ b/make/mutopia-targets.make @@ -4,7 +4,6 @@ all: $(OUT_FILES) local-WWW: $(ly_examples) $(fly_examples) $(ps_examples) $(png_examples) # (cd $(outdir); $(PYTHON) ../$(buildscripts)/mutopia-index.py --prefix=../ --suffix=/$(outdir) $(html_subdirs) $(all_examples)) -# echo $^ > $(depth)/wwwlist # $(footify) $(outdir)/index.html local-web: diff --git a/stepmake/stepmake/documentation-targets.make b/stepmake/stepmake/documentation-targets.make index 7223b973c4..8172d03b0b 100644 --- a/stepmake/stepmake/documentation-targets.make +++ b/stepmake/stepmake/documentation-targets.make @@ -3,7 +3,6 @@ default: local-WWW: $(OUTHTML_FILES) - echo $^ > $(depth)/wwwlist local-web: $(MAKE) CONFIGSUFFIX=www local-WWW diff --git a/stepmake/stepmake/yolily-toplevel-targets.make b/stepmake/stepmake/yolily-toplevel-targets.make index 4de1e45739..73565b8c2e 100644 --- a/stepmake/stepmake/yolily-toplevel-targets.make +++ b/stepmake/stepmake/yolily-toplevel-targets.make @@ -17,11 +17,11 @@ htmldoc: $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW rm -f `find . -name \*.html~ -print` $(footify-all-command) - find `find Documentation -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' > wwwlist + find `find Documentation -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' tar cfz $(outdir)/htmldoc.tar.gz `cat wwwlist` `ls *.png $(ERRORLOG)` index.html localclean: - rm -f wwwlist + # if you fix this, please fix yodl too! check-top-web: -- 2.39.5