]> git.donarmstrong.com Git - lilypond.git/blobdiff - cygwin/mknetrel
* lily/parser.yy (Prefix_composite_music): change no-transposition
[lilypond.git] / cygwin / mknetrel
index a782c521a8198cc11fe7448c3d163228f04c8c47..ffe043dec43c5e6a13b58014965e81ce6eaafcfa 100644 (file)
@@ -72,11 +72,6 @@ postconfig () {
        rm -f config.cache
        export HOST_CC=gcc
        export HOST_CXX=g++
-       if [ "$ABI" = "1.3" ]; then
-           HOST_CC=gcc-2.95
-           HOST_CXX=g++-2.95
-           (cd $src && ln -s GNUmakefile.in GNUmakefile)
-       fi
        (PATH="$old_path" \
            PATH="$HOME/usr/pkg/guile-1.6/bin:$PATH" \
            CFLAGS="-O2 -g" \
@@ -101,6 +96,9 @@ prebuild () {
        
        mkdir -p mf/out
        cp -pv mf/out-for-build/* mf/out
+
+       mkdir -p Documentation/user/out
+       cp -pv Documentation/user/out-for-build/*{tely,texi} Documentation/user/out
     fi
 
     # set LDFLAGS to find the python library
@@ -152,7 +150,7 @@ postinstall () {
     cygwin=cygwin
     cd $src || exit 1
     install -d -m755 $inst/$cygdocdir
-    install -m644 $cygwin/changelog $inst/$cygdocdir/changelog.Cygwin
+    install -m644 $cygwin/changelog $inst/$packagedocdir/changelog.Cygwin
 
     cd $build || exit 1
     install -m644 $cygwin/out/README $inst/$packagedocdir/README.Cygwin