]> git.donarmstrong.com Git - lilypond.git/commitdiff
create .htaccess.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 11 Mar 2005 12:20:32 +0000 (12:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 11 Mar 2005 12:20:32 +0000 (12:20 +0000)
ChangeLog
GNUmakefile.in

index 4ae48c4b263f780723933ef6608918b55eaa719e..56c2adafc3f2455f8920a2cb5564a43affc1537a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * GNUmakefile.in: create .htaccess.
+
 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Documentation/topdocs/NEWS.tely (Top): Fix text example.
index 89498a16f900f49afff48aaa81f5a8c1c3b48b87..e6bd49b4d60b01937ec9696d1301bcebd095b9c5 100644 (file)
@@ -72,6 +72,13 @@ footify = $(PYTHON) $(step-bindir)/add-html-footer.py  --name $(PACKAGE_NAME) --
 footifymail = MAILADDRESS=bug-lilypond@gnu.org
 
 local-WWW-post:
+# need UTF8 setting in case this is hosted on a website. 
+       echo 'AddDefaultCharset utf-8\
+AddCharset utf-8 .html\
+AddCharset utf-8 .en\
+AddCharset utf-8 .nl\
+AddCharset utf-8 .txt' > .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