From efae093f63e03a11ee16d492e0c9f015ed292584 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 3 Jun 2006 09:53:33 +0000 Subject: [PATCH] *** empty log message *** --- GNUmakefile.in | 6 +++++- scm/stencil.scm | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index f09cf2308e..da2639c259 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -186,7 +186,11 @@ $(tree-share-prefix)/mf-link-tree link-mf-tree: $(tree-share-prefix)/lilypond-fo TAGS.make: dummy etags -o $@ $(find $(srcdir) -name 'GNUmakefile*' -o -name '*.make') -local-clean: build-dir-setup-clean +local-clean: build-dir-setup-clean local-web-clean + +local-web-clean: + rm -rf $(outdir)/web-root/ + build-dir-setup-clean: cd $(top-build-dir) && rm -rf share diff --git a/scm/stencil.scm b/scm/stencil.scm index b8f5acb158..8e0bcf34b7 100644 --- a/scm/stencil.scm +++ b/scm/stencil.scm @@ -372,8 +372,11 @@ EndEPSF")) (if (ly:grob? system-grob) (begin - (display (format "# Output signature\n# Generated by LilyPond ~a\n" (lilypond-version)) - output) + (display (format + "# Output signature\n# Generated by LilyPond ~a on ~a\n" + (lilypond-version) + (strftime "%c" (localtime (current-time))) + ) output) (interpret-for-signature found-grob (lambda (x) #f) (ly:stencil-expr (paper-system-stencil paper-system)))))) -- 2.39.5