]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/package-zip32.sh
* lily/system.cc (get_paper_system):
[lilypond.git] / stepmake / bin / package-zip32.sh
index fd41ca4883ce9b6f1e7f3f50017a6cb4a6812358..75039f950424a76c4fc08dd09882af70722d4890 100644 (file)
@@ -51,17 +51,17 @@ if ! make ; then
 fi
 
 # failure allowed
-make -C Documentation info
+#make -C Documentation info
 
 if ! make install ; then
     echo "make install failed"
     exit 1
 fi
 
-if ! make -C Documentation/man WWW ; then
-    echo "make -C documentation/man WWW failed"
-    exit 1
-fi
+#if ! make -C Documentation/man WWW ; then
+#    echo "make -C documentation/man WWW failed"
+#    exit 1
+#fi
 
 if ! make -C Documentation/ntweb WWW ; then
     echo "make -C documentation/ntweb WWW failed"
@@ -108,21 +108,21 @@ cp -r $GUILE_SCM $distdir/share/lilypond
 #
 # Rename python files to <filename>.py
 #
-mv $distdir/bin/ly2dvi $distdir/bin/ly2dvi.py
+mv $distdir/bin/lilypond $distdir/bin/lilypond.py
 mv $distdir/bin/convert-mudela $distdir/bin/convert-mudela.py
 mv $distdir/bin/mudela-book $distdir/bin/mudela-book.py
 
 #
 # copy man documentation to doc directory
 #
-mkdir $distdir/doc
-cp Documentation/man/out/*.html $distdir/doc
+#mkdir $distdir/doc
+#cp Documentation/man/out/*.html $distdir/doc
 
 #
 # copy web documentation to web directory
 #
 mkdir $distdir/web
-for i in index.html guile.patch angels.ly
+for i in index.html guile-1.3.4-gnu-windows.patch angels.ly
 do
   cp Documentation/ntweb/out/$i $distdir/web || exit 1
 done