From: Han-Wen Nienhuys Date: Tue, 29 Nov 2005 00:25:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.21~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=20f27d00f6c4f26c26248c40880e85f03d843a4d;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index cde4eafd51..fdbef5059d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-11-29 Han-Wen Nienhuys + + * scripts/*.py: gmane address for bugs. + +2005-11-28 Pal Benko + + * make/ly-rules.make: add -f switch to mv + + * scm/output-libs.scm: add new bar symbol "." for punctus divisionis + + * lily/bar-line.cc: interpret it + 2005-11-28 Jan Nieuwenhuizen * configure.in (--disable-documentation): New switch. diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index b8d54e41bc..6ab1df325b 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -71,14 +71,14 @@ ifneq ($(patsubst %/local,%,$(DESTDIR)$(prefix)),/usr) @echo @echo "For images in the INFO docs to work, do: " @echo - @echo " (cd $(package_infodir) && ln -sf ../../doc/lilypond/Documentation/user/out-www/*png .)" + @echo " (cd $(package_infodir) && ln -sf ../../doc/lilypond/Documentation/user/*png .)" @echo "or add something like that to the postinstall script." @echo else -$(INSTALL) -d $(DESTDIR)$(package_infodir) -install-info --remove --info-dir=$(infodir) $(outdir)/lilypond.info install-info --info-dir=$(infodir) $(outdir)/lilypond.info - (cd $(package_infodir) && ln -sf $(webdir)/Documentation/user/out-www/*png .) + (cd $(package_infodir) && ln -sf $(webdir)/Documentation/user/*png .) endif local-uninstall-WWW: diff --git a/GNUmakefile.in b/GNUmakefile.in index 6001bd3870..7da071d5ce 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -35,9 +35,9 @@ doc: $(MAKE) -C Documentation install-WWW: - -$(INSTALL) -m 755 -d $(DESTDIR)$(webdir) - tar -C $(webdir)/ -xzf $(outdir)/web.tar.gz -# install-WWW does not recurse; fake it visiting Documentation/user manually + -$(INSTALL) -m 755 -d $(DESTDIR)$(webdir) + cp -a $(outdir)/web-root/ $(DESTDIR)$(webdir)/ + $(MAKE) -C Documentation/user local-install-WWW $(MAKE) -C Documentation/user install-info diff --git a/make/lilypond.fedora.spec.in b/make/lilypond.fedora.spec.in index 1744e67654..a3cc400a61 100644 --- a/make/lilypond.fedora.spec.in +++ b/make/lilypond.fedora.spec.in @@ -39,7 +39,7 @@ Group: Applications/Publishing %description documentation Documentation and example files of LilyPond. An index is available at -%{docdir}/web/Documentation/out-www/index.html +%{docdir}/web/Documentation/index.html %prep %setup @@ -86,7 +86,7 @@ make prefix="$RPM_BUILD_ROOT%{_prefix}" \ infodir="$RPM_BUILD_ROOT%{_infodir}" \ webdir="$RPM_BUILD_ROOT%{_prefix}/share/doc/lilypond/" web-install -ln -sf ../../doc/lilypond/Documentation/user/out-www/*png $RPM_BUILD_ROOT%{_infodir}/lilypond/ +ln -sf ../../doc/lilypond/Documentation/user/*png $RPM_BUILD_ROOT%{_infodir}/lilypond/ # info %if %{info}