X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=Documentation%2Fmake_website;h=4b1a9aaf4af78dc71d7c794217f209853b73948f;hb=47c90cd333d91fce969d1933fc8222ab9d23246c;hp=d241527ff185a14a07f22a4b0672323a2776287f;hpb=093995e3f2ee60100348ea1e9f05d69aa457aeba;p=lilypond.git 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;"