From 362bff671341ef4996361f9785a6bacc8231f836 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 28 May 2006 23:27:46 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ GNUmakefile.in | 1 + scm/stencil.scm | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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)))))) -- 2.39.2