]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message *** release/2.8.4
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Jun 2006 09:53:33 +0000 (09:53 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Jun 2006 09:53:33 +0000 (09:53 +0000)
GNUmakefile.in
scm/stencil.scm

index f09cf2308e610c846a0153091b3e603e4b3e9f4d..da2639c259b5685f9f1e27d4c653677b2833c2b4 100644 (file)
@@ -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
 
index b8f5acb158a656f3e33a747bf8b94ab5f5514068..8e0bcf34b78cad6aa1dcb5ec70ca6714cfe685f3 100644 (file)
@@ -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))))))