From e94d43329751aec3cfd2bd33a46ff437a3ba576a Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Sun, 24 Nov 2002 00:40:46 +0000 Subject: [PATCH] lilypond.words for rpms, etc. Doc for autocompletion. --- ChangeLog | 9 ++++++++- Documentation/user/refman.itely | 6 +++--- debian/rules | 2 +- make/lilypond.mandrake.spec.in | 2 +- make/lilypond.redhat.spec.in | 2 +- make/lilypond.suse.spec.in | 2 ++ 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a2c97fbd6..15cec14080 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,14 @@ * lilypond-mode.el (LilyPond-autocompletion): invoked with [S-iso-lefttab], fixes at bol and eol, descriptive variable names. - * lilypond-words: add two (Everybody can add/remove words now!). + * lilypond.words: add two (Everybody can add/remove words now!). + + * debian/rules: + * make/lilypond.suse.spec.in: + * make/lilypond.mandrake.spec.in: + * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files. + + * Documentation/user/refran.itely: Mention autocompletion. 2002-11-23 Jan Nieuwenhuizen diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 181de60db8..a4b564e521 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -691,9 +691,9 @@ column location. @c move this elsewhere? LilyPond also comes with support files for emacs: lilypond-mode for -emacs provides indentation, syntax coloring and handy compile -short-cuts. If lilypond-mode is not installed on your platform, then -refer to the installation instructions for more information +emacs provides indentation, autocompletion, syntax coloring and handy +compile short-cuts. If lilypond-mode is not installed on your platform, +then refer to the installation instructions for more information. @cindex emacs @cindex emacs mode diff --git a/debian/rules b/debian/rules index b3ade4c133..bc9808489d 100644 --- a/debian/rules +++ b/debian/rules @@ -129,7 +129,7 @@ binary-arch: build install dh_testdir dh_testroot cp -av lilypond-mode.el lilypond-font-lock.el lilypond-indent.el \ - $(r)/usr/share/emacs/site-lisp/ + lilypond.words $(r)/usr/share/emacs/site-lisp/ dh_installdocs DEDICATION NEWS ROADMAP *.txt # dh_installdocs DEDICATION NEWS ROADMAP *.txt \ diff --git a/make/lilypond.mandrake.spec.in b/make/lilypond.mandrake.spec.in index fa6992731c..5320ee4cbe 100644 --- a/make/lilypond.mandrake.spec.in +++ b/make/lilypond.mandrake.spec.in @@ -79,7 +79,7 @@ make prefix="$RPM_BUILD_ROOT%{_prefix}" infodir="$RPM_BUILD_ROOT%{_infodir}" MAK %endif mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d -install -m 644 lilypond-mode.el lilypond-font-lock.el lilypond-indent.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ +install -m 644 lilypond-mode.el lilypond-font-lock.el lilypond-indent.el lilypond.words $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ install -m 644 lilypond-init.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d bzip2 $RPM_BUILD_ROOT%{_mandir}/man1/* diff --git a/make/lilypond.redhat.spec.in b/make/lilypond.redhat.spec.in index bb51d3d39e..6a8ac80b2e 100644 --- a/make/lilypond.redhat.spec.in +++ b/make/lilypond.redhat.spec.in @@ -65,7 +65,7 @@ gzip -9fn $RPM_BUILD_ROOT%{_infodir}/* %endif mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d -install -m 644 lilypond-mode.el lilypond-font-lock.el lilypond-indent.el $RPM_BUILD_ROOT/%{_datadir}/emacs/site-lisp/ +install -m 644 lilypond-mode.el lilypond-font-lock.el lilypond-indent.el lilypond.words $RPM_BUILD_ROOT/%{_datadir}/emacs/site-lisp/ install -m 644 lilypond-init.el $RPM_BUILD_ROOT/%{_datadir}/emacs/site-lisp/site-start.d gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man1/* diff --git a/make/lilypond.suse.spec.in b/make/lilypond.suse.spec.in index b5c4cb4017..14017852de 100644 --- a/make/lilypond.suse.spec.in +++ b/make/lilypond.suse.spec.in @@ -216,6 +216,8 @@ touch var/adm/SuSEconfig/run-texhash %doc lilypond-mode.el %doc lilypond-font-lock.el %doc lilypond-indent.el +%doc lilypond-init.el +%doc lilypond.words %config /etc/profile.d/* -- 2.39.5