]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.31
authorfred <fred>
Tue, 26 Mar 2002 22:46:42 +0000 (22:46 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:46:42 +0000 (22:46 +0000)
VERSION
make/mutopia-targets.make
stepmake/stepmake/documentation-targets.make
stepmake/stepmake/yolily-toplevel-targets.make

diff --git a/VERSION b/VERSION
index 0a0af3f544b349603f5afb960cbe2c8f3cded09f..023bbc67dee1740d78ad71ab1e48dc2cf917337d 100644 (file)
--- 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
index 8fd98809577ecb3999512695b462c4abaf01232a..769b7ab8feed98a241bd0c080744df8c6042e41c 100644 (file)
@@ -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:
index 7223b973c4f13680f1eca3bfa3c077a456d58006..8172d03b0bad6693b009ef9da0fba3183f36ff17 100644 (file)
@@ -3,7 +3,6 @@ default:
 
 
 local-WWW: $(OUTHTML_FILES)
-       echo $^ > $(depth)/wwwlist
 
 local-web:
        $(MAKE) CONFIGSUFFIX=www local-WWW
index 4de1e457397b41e20c23cf184dc937524df31b7f..73565b8c2e4cf9247a707af585545fb360165dad 100644 (file)
@@ -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: