]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 29 Nov 2005 00:25:41 +0000 (00:25 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 29 Nov 2005 00:25:41 +0000 (00:25 +0000)
ChangeLog
Documentation/user/GNUmakefile
GNUmakefile.in
make/lilypond.fedora.spec.in

index cde4eafd5186905d68dfd6b1f5aa023a09f4ea6f..fdbef5059d9e026b2fd5c19b436edb84203d19ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/*.py: gmane address for bugs.
+
+2005-11-28 Pal Benko <benkop@freestart.hu>
+       
+       * 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  <janneke@gnu.org>
 
        * configure.in (--disable-documentation): New switch.
index b8d54e41bc454814fcd7140c7357907e7dee5f8a..6ab1df325b77cee00bdafa3720a248e2caad1d38 100644 (file)
@@ -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:
index 6001bd3870ed41084b6c07d2f7164d5c9e165437..7da071d5ce1cfbaa0f6fe2a8d4be15af22916afc 100644 (file)
@@ -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
 
index 1744e67654558ea371eece0419d8f1629dfcc5f8..a3cc400a61e4f30acf7873b02bfcf94e191993a0 100644 (file)
@@ -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}