]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Sun, 24 Mar 2002 19:31:51 +0000 (19:31 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:31:51 +0000 (19:31 +0000)
Documentation/Makefile
Documentation/make_website

index c025773895212f810670c8909f639c7502da691c..f8211b708cd8ee35b80370b917a3b22d26fa528b 100644 (file)
@@ -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:
index d241527ff185a14a07f22a4b0672323a2776287f..4b1a9aaf4af78dc71d7c794217f209853b73948f 100755 (executable)
@@ -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;"