]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorjanneke <janneke>
Sat, 27 Sep 2003 09:41:53 +0000 (09:41 +0000)
committerjanneke <janneke>
Sat, 27 Sep 2003 09:41:53 +0000 (09:41 +0000)
ChangeLog
cygwin/mknetrel

index 773c0d272350dcc72d2aab35da9582b3a0bf2b89..c1040eec410c341af1d51202706b7b237b921b0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
+       addmakeflags.  Build and install doc and web also when building on
+       Cygwin.
+
+       * mf/GNUmakefile: Bugfix.
+
        * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
        target web.
 
index 03529b8b286b3171333eff63ac077aaca2edebf8..b054ec12e8ea497fc9fc3a968c058f121f62a30c 100644 (file)
@@ -102,13 +102,27 @@ prebuild () {
        mkdir -p mf/out
        cp -pv mf/out-for-build/* mf/out
     fi
-    
-    addmakeflags MAKE_PFA_FILES=1 ' ' LDFLAGS="$cygwin_root/usr/bin/libpython2.3.dll" ' ' 'target=i686-pc-cygwin'
+
+    EXTRABUILDARGS="LDFLAGS=$cygwin_root/usr/bin/libpython2.3.dll"
+
+    # set LDFLAGS to find the python library
+    # addmakeflags LDFLAGS="$cygwin_root/usr/bin/libpython2.3.dll" ' ' "target=i686-pc-cygwin" ' '
+
+    if iscygwin; then
+       EXTRABUILDARGS="$EXTRABUILDARGS all doc web"
+    fi
 }
 
 preinstall () {
 
-    addmakeflags MAKE_PFA_FILES=1 ' ' LDFLAGS="$cygwin_root/usr/bin/libpython2.3.dll" ' ' 'target=i686-pc-cygwin'
+    # set LDFLAGS to find the python library
+    # addmakeflags LDFLAGS="$cygwin_root/usr/bin/libpython2.3.dll" ' ' "target=i686-pc-cygwin"
+#    if ! iscygwin; then
+#      EXTRAINSTALLARGS="target=i686-pc-cygwin"
+#    else
+    if iscygwin; then
+       EXTRAINSTALLARGS="web-install target=i686-pc-cygwin"
+    fi
 }
 
 postinstall () {
@@ -117,7 +131,9 @@ postinstall () {
     mkdir -p $inst-doc/$docprefix
     cd $build || exit 1
     
-    make conf=for-build webdir=$inst-doc/$packagedocdir web-install
+    if ! iscygwin; then
+       make conf=for-build webdir=$inst-doc/$packagedocdir web-install
+    fi
 
     ## copy READMEs etc