From: fred Date: Sun, 24 Mar 2002 19:31:51 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5385 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b16bd92aa56eba21c6ee6a6ce325462b62ea6482;p=lilypond.git lilypond-0.0.32 --- diff --git a/Documentation/Makefile b/Documentation/Makefile index c025773895..f8211b708c 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,9 +1,9 @@ PODS=README.pod CodingStyle.pod lilygut.pod lilyinput.pod error.pod\ - faq.pod + faq.pod index.pod TXTS=$(PODS:.pod=.txt) MANS=$(PODS:.pod=.1) HTMLS=$(PODS:.pod=.html) -DISTFILES=$(PODS) Makefile lelie_logo.png make_website #lelieblond.gif +DISTFILES=$(PODS) Makefile lelie_logo.png make_website default: diff --git a/Documentation/make_website b/Documentation/make_website index d241527ff1..4b1a9aaf4a 100755 --- a/Documentation/make_website +++ b/Documentation/make_website @@ -25,9 +25,13 @@ foreach $a (<*.html>) foreach $a (@examples) { $texfile="test"; - system "cd ..; lilypond input/$a; tex $texfile; dvips $texfile;"; - system "mv ../$texfile.ps $a.ps"; - system "gs -q -sDEVICE=ppmraw -sOutputFile=- -r200 -dNOPAUSE $a.ps -c quit |pnmscale 0.5| ppmtogif > $a.gif" + system "cd ..; lilypond input/$a; tex $texfile;"; + system "dvips -o $texfile.ps $texfile;"; + system "mv ../$texfile.ps $a.ps;". + "gs -q -sDEVICE=ppmraw -sOutputFile=- -r200 -dNOPAUSE $a.ps -c quit |pnmscale 0.5| ppmtogif > $a.gif" } -system "tar cfz website.tgz *.html *.gif *.png *.ps " +system "mkdir docxx; make -C.. docxx; ln ../docxx/* ./docxx/;" + +system "tar cf website.tar *.html *.gif *.png *.ps docxx/;" . +"gzip -9 website.tar;"