]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/stencil.scm (write-system-signature): typo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 28 May 2006 23:27:46 +0000 (23:27 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 28 May 2006 23:27:46 +0000 (23:27 +0000)
* GNUmakefile.in: create web-root/VERSION to help upload scripts.

* scm/stencil.scm (write-system-signature): better escaping.
only write signature for music systems, not for markup systems.

* GNUmakefile.in: create web-signature-root/ too

ChangeLog
GNUmakefile.in
scm/stencil.scm

index 40b8ce5269f57f80f84425ebb3b87bf40f2b4727..dbd14c8d37566e5ee0e4857baa3e9a961a11ed1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * scm/stencil.scm (write-system-signature): typo.
+
+       * GNUmakefile.in: create web-root/VERSION to help upload scripts.
+
        * scm/stencil.scm (write-system-signature): better escaping.
        only write signature for music systems, not for markup systems.
 
index 8e828f3b95fd0ac42c7deb20dd3349691b61de01..d64b69d26676d3c0708ae82c88d0e12c548d4278 100644 (file)
@@ -96,6 +96,7 @@ local-WWW-post:
                done \
        done
        echo $(TOPLEVEL_VERSION) > $(outdir)/web-root/VERSION
+       echo $(TOPLEVEL_VERSION) > $(outdir)/web-signature-root/VERSION
 
 tree-prefix = $(outdir)
 tree-bin = $(tree-prefix)/bin
index c08e5ecc855f41bb26216e32731a4e8a18860dcc..01694195714c8e3cbfbb3ac5c33f155b5c247971 100644 (file)
@@ -383,5 +383,5 @@ grestore
                 output)
        (interpret-for-signature found-grob (lambda (x) #f)
                                 (ly:stencil-expr
-                                 (paper-system-stencil paper-system)))))
+                                 (paper-system-stencil paper-system))))))