]> git.donarmstrong.com Git - lilypond.git/commitdiff
(web-install): Bugfix: set out prefix Similar to
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 27 Sep 2003 08:42:37 +0000 (08:42 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 27 Sep 2003 08:42:37 +0000 (08:42 +0000)
target web.
* cygwin/lily-wins.py: Quote filename.

ChangeLog
GNUmakefile.in
cygwin/lily-wins.py

index 04d2954914584df4a10eee8cc77db28953537cae..a790b9f4ec0d3e1aa5c65275d856e37ee3151b3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
+       target web.
+
+       * cygwin/lily-wins.py: Quote filename.
+
 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
index aebcd55cbc089da04c6c6e33405fa43e915b72ab..c69edbf9d939ea830f6a5a85ed878433555c4bf0 100644 (file)
@@ -37,10 +37,13 @@ include $(depth)/make/stepmake.make
 doc: 
        $(MAKE) -C Documentation
 
-web-install: 
+install-WWW:
        -$(INSTALL) -m 755 -d $(webdir) 
        tar -C $(webdir)/ -xzf $(outdir)/web.tar.gz
 
+web-install:
+       $(MAKE) out=www install-WWW
+
 local-install:
        $(INSTALL) -d $(local_lilypond_datadir)
 
index 7f735252644c70513907771fdd9301c51db608d3..262fd3b9bc1a1cce0c28dd441eb3593adcc313b0 100644 (file)
@@ -71,7 +71,7 @@ if not pdfview:
        pdfview = 'xpdf'
 
 os.chdir (dir)
-system ('/usr/bin/lilypond %(base)s > %(stem)s.log 2>&1' % vars ())
+system ("/usr/bin/lilypond '%(base)s' > '%(stem)s.log' 2>&1" % vars ())
 if not os.path.exists ('%(stem)s.pdf' % vars ()):
        # message box?
        sys.stderr.write ('pdf output not found\n')