> I upgraded to 1.14.13 but still have the same problem. 
> Does the RPM put the .el files into the site-lisp directory?

Yes it should, but it seems this new file has been forgotten
in the packaging descriptions. The attached patch should 
hopefully solve this problem both for RPMs and Debian 
packages. The same patch should also be applied to 1.5.xx.

I'm afraid you have to install it by hand for the moment.

  /Mats


Generated by (address unknown),
>From = lilypond-1.4.13, To = lilypond-1.4.13.mb1

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.4.13.mb1.diff

Patches do not contain automatically generated files 
or (urg) empty directories, 
i.e., you should rerun autoconf, configure

diff -purN ../lilypond-1.4.13/CHANGES ./CHANGES
--- ../lilypond-1.4.13/CHANGES  Sun May  5 19:06:06 2002
+++ ./CHANGES   Thu May 23 12:32:44 2002
@@ -1,3 +1,8 @@
+1.4.13.mb1
+==========
+
+* Include lilypond-indent.el in Redhat, SUSE and Debian distr.
+
 lilypond_1_4
 ============
 
diff -purN ../lilypond-1.4.13/VERSION ./VERSION
--- ../lilypond-1.4.13/VERSION  Sun May  5 19:05:21 2002
+++ ./VERSION   Thu May 23 12:32:57 2002
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=4
 PATCH_LEVEL=13
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=mb1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -purN ../lilypond-1.4.13/debian/rules ./debian/rules
--- ../lilypond-1.4.13/debian/rules     Wed Mar 27 12:21:04 2002
+++ ./debian/rules      Thu May 23 12:32:08 2002
@@ -114,7 +114,7 @@ binary-arch: DH_OPTIONS=-s
 binary-arch: build install
        dh_testdir
        dh_testroot
-       cp -av lilypond-mode.el lilypond-font-lock.el \
+       cp -av lilypond-mode.el lilypond-font-lock.el lilypond-indent.el \
                $(r)/usr/share/emacs/site-lisp/
        dh_installdocs DEDICATION NEWS ROADMAP *.txt
 
diff -purN ../lilypond-1.4.13/make/lilypond.redhat.spec.in 
./make/lilypond.redhat.spec.in
--- ../lilypond-1.4.13/make/lilypond.redhat.spec.in     Fri Feb 22 12:43:47 2002
+++ ./make/lilypond.redhat.spec.in      Thu May 23 12:28:35 2002
@@ -62,7 +62,7 @@ gzip -9fn $RPM_BUILD_ROOT%{_prefix}/info
 %endif
 
 mkdir -p $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/site-start.d
-install -m 644 lilypond-mode.el lilypond-font-lock.el 
$RPM_BUILD_ROOT/usr/share/emacs/site-lisp/
+install -m 644 lilypond-mode.el lilypond-font-lock.el lilypond-indent.el 
+$RPM_BUILD_ROOT/usr/share/emacs/site-lisp/
 install -m 644 lilypond-init.el $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/site-start.d
 
 gzip -9fn $RPM_BUILD_ROOT%{_prefix}/man/man1/*
diff -purN ../lilypond-1.4.13/make/lilypond.suse.spec.in ./make/lilypond.suse.spec.in
--- ../lilypond-1.4.13/make/lilypond.suse.spec.in       Fri Feb 22 12:43:04 2002
+++ ./make/lilypond.suse.spec.in        Thu May 23 12:31:09 2002
@@ -215,6 +215,7 @@ touch var/adm/SuSEconfig/run-texhash
 # hairy to hook it in (possibly non-existing) emacs
 %doc lilypond-mode.el
 %doc lilypond-font-lock.el
+%doc lilypond-indent.el
 
 %config /etc/profile.d/*
 

Reply via email to