From: hjunes Date: Fri, 13 Jun 2003 22:12:37 +0000 (+0000) Subject: fix docdirs. X-Git-Tag: release/1.7.25~145 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=26da8b369bd8e364c616ac9c4fe049a8777eece5;p=lilypond.git fix docdirs. --- diff --git a/ChangeLog b/ChangeLog index 8551d50016..f75695806b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-12 Heikki Junes + + * make/lilypond.mandrake.spec.in: fix docdirs. + 2003-06-13 Han-Wen Nienhuys * input/regression/(various).ly: add raggedright = #t. diff --git a/make/lilypond.mandrake.spec.in b/make/lilypond.mandrake.spec.in index 5bf47039e3..b370621b9f 100644 --- a/make/lilypond.mandrake.spec.in +++ b/make/lilypond.mandrake.spec.in @@ -182,11 +182,15 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lilypond/ +%doc +# % {_docdir}/lilypond-@TOPLEVEL_VERSION@ + %files documentation %defattr(-, root, root) -%{_docdir}/lilypond-@TOPLEVEL_VERSION@/* -%{_datadir}/omf/lilypond/@TOPLEVEL_VERSION@/* +%doc web +# % {_docdir}/lilypond-documentation-@TOPLEVEL_VERSION@ +%{_datadir}/omf/lilypond/@TOPLEVEL_VERSION@ %changelog * Thu Jun 12 2003 Heikki Johannes Junes 1.7.20-1mdk