From: Jan Nieuwenhuizen Date: Thu, 31 Mar 2005 12:34:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.18~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1df6e5262afa02036e6c4db7ae0f2526f1500fa1;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 765695319a..44b5b97e2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ 2005-03-31 Jan Nieuwenhuizen + * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html + additions to website. + + * Documentation/user/lilypond.tely: Remove reference to ps.gz. + * Documentation/user/macros.itexi: Fix @usermanref html links in split documents: use @inforef. diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 5b4a769f9b..e67c7a59a7 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -160,8 +160,7 @@ HINTS FOR STYLE @end ignore @ifhtml -This document is also available in @uref{../lilypond.ps.gz,gzipped -PostScript} and @uref{../lilypond.pdf,PDF}. +This document is also available in @uref{../lilypond.pdf,PDF}. @end ifhtml diff --git a/GNUmakefile.in b/GNUmakefile.in index 57d9f01136..d1e6726279 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -72,6 +72,8 @@ 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 -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 @@ -80,6 +82,7 @@ local-WWW-post: > $(outdir)/weblist echo '' > $(builddir)/index.html echo 'Redirecting to the documentation index...' >> $(builddir)/index.html + cd $(builddir) && ls .htaccess *.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/backend-library.scm b/scm/backend-library.scm index fa2a37bfb3..f162ea97d7 100644 --- a/scm/backend-library.scm +++ b/scm/backend-library.scm @@ -42,6 +42,7 @@ (delete-file pdf-name)) (format (current-error-port) (_ "Converting to `~a'...") pdf-name) + (newline (current-error-port)) (ly:system cmd))) (define-public (postscript->png resolution papersizename name)