* 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
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.
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
output)
(interpret-for-signature found-grob (lambda (x) #f)
(ly:stencil-expr
- (paper-system-stencil paper-system)))))
+ (paper-system-stencil paper-system))))))