From: hanwen <hanwen>
Date: Thu, 31 Mar 2005 13:43:47 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: release/2.5.23~253
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3585bd47ca6aa3c1824a1f62b8292d5f27721117;p=lilypond.git

*** empty log message ***
---

diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely
index 5cd0be2558..e4b262f20f 100644
--- a/Documentation/user/introduction.itely
+++ b/Documentation/user/introduction.itely
@@ -279,7 +279,7 @@ fragment.
     (if (and (memq 'note-head-interface interfaces)
              (memq pos '(-2 -3 -5)))
         (begin
-          (ly:grob-set-property! grob 'print-function brew-new-markup-stencil)
+          (ly:grob-set-property! grob 'print-function Text_interface::print)
           (ly:grob-set-property! grob 'font-family 'roman)
           (ly:grob-set-property!
            grob 'text
diff --git a/GNUmakefile.in b/GNUmakefile.in
index d1e6726279..67152e5f05 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -73,7 +73,6 @@ footifymail = MAILADDRESS=bug-lilypond@gnu.org
 
 local-WWW-post:
 # need UTF8 setting in case this is hosted on a website. 
-	echo -e 'AddDefaultCharset utf-8\nAddCharset utf-8 .html\nAddCharset utf-8 .en\nAddCharset utf-8 .nl\nAddCharset utf-8 .txt\n' > $(builddir)/.htaccess 
 	$(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/examples.html ./
 	cd $(builddir) && $(FIND) . -name '*.html' -print | $(footifymail) xargs $(footify)
 	cd $(builddir) && find . -name \*.html~ -print | xargs rm -f
@@ -82,7 +81,7 @@ local-WWW-post:
 		> $(outdir)/weblist
 	echo '<META HTTP-EQUIV="refresh" content="0;URL=Documentation/out-www/index.html">' > $(builddir)/index.html
 	echo '<html><body>Redirecting to the documentation index...</body></html>' >> $(builddir)/index.html
-	cd $(builddir) && ls .htaccess *.html >> $(outdir)/weblist
+	cd $(builddir) && ls *.html >> $(outdir)/weblist
 	cat $(outdir)/weblist | (cd $(builddir); GZIP=-9v tar -czf $(outdir)/web.tar.gz  -T -)
 
 share-prefix = $(builddir)/share
diff --git a/scm/markup.scm b/scm/markup.scm
index 103c2e6e7d..58b7433b4b 100644
--- a/scm/markup.scm
+++ b/scm/markup.scm
@@ -424,8 +424,6 @@ eg: ((italic) (raise 4) (bold)), maps the commands on each markup argument, eg:
       (make-line-markup (list-insert-separator markups sep))
       empty-markup))
 
-;; unused?
-;;(define-public brew-markup-stencil Text_interface::print)
 
 (define-public interpret-markup Text_interface::interpret_markup)
 (define-public (prepend-alist-chain key val chain)