From: Han-Wen Nienhuys Date: Sun, 28 May 2006 23:27:46 +0000 (+0000) Subject: * scm/stencil.scm (write-system-signature): typo. X-Git-Tag: release/2.9.7~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=362bff671341ef4996361f9785a6bacc8231f836;p=lilypond.git * 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. * GNUmakefile.in: create web-signature-root/ too --- diff --git a/ChangeLog b/ChangeLog index 40b8ce5269..dbd14c8d37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-05-29 Han-Wen Nienhuys + * 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. diff --git a/GNUmakefile.in b/GNUmakefile.in index 8e828f3b95..d64b69d266 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 diff --git a/scm/stencil.scm b/scm/stencil.scm index c08e5ecc85..0169419571 100644 --- a/scm/stencil.scm +++ b/scm/stencil.scm @@ -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))))))