From 861d8976f8ad9f671a084148da7a84e886e111ce Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 2 Apr 2005 17:26:24 +0000 Subject: [PATCH] Add newline. --- ChangeLog | 4 ++++ GNUmakefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 58582948a2..c078e3f200 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-02 Jan Nieuwenhuizen + + * GNUmakefile.in: Add newline. + 2005-04-01 Erlend Aasland * tex/lilyponddefs.tex: use color instead of xcolor diff --git a/GNUmakefile.in b/GNUmakefile.in index 0dccb785d2..702f77b982 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -73,7 +73,8 @@ 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 ./ + 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 cd $(builddir) && find Documentation input \ -- 2.39.5