From: hanwen <hanwen>
Date: Thu, 18 Sep 2003 14:54:52 +0000 (+0000)
Subject: *  debian/rules: small corrections in the (Pedro K)
X-Git-Tag: release/2.1.3~144
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4452986a34b65f60ec85f0ed30709cafebd242de;p=lilypond.git

*  debian/rules: small corrections in the (Pedro K)

* Documentation/user/tutorial.itely (Tutorial): use lyinc in
examples.
---

diff --git a/ChangeLog b/ChangeLog
index e76994e9bd..3fd2b92780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+	*  debian/rules: small corrections in the (Pedro K)
+
+	* Documentation/user/tutorial.itely (Tutorial): use lyinc in
+	examples.
+
 	* lily/auto-beam-engraver.cc (process_music): end/junk beam if
 	special (repeat) bar comes along.
 
diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely
index c82ec7d8f6..b0854b3f4d 100644
--- a/Documentation/user/tutorial.itely
+++ b/Documentation/user/tutorial.itely
@@ -1683,7 +1683,7 @@ hornNotes = \notes \relative c @{
 
 Then, an individual part is made by putting the following in a file:
 @example
-\include "horn-music.ly"
+\include "horn-music.lyinc"
 \header @{
   instrument = "Horn in F"
 @}
@@ -1738,8 +1738,8 @@ The score is made by combining all of the music in a @code{\score}
 block, assuming that the other voice is in @code{bassoonNotes}, in the
 file @file{bassoon-music.ly}:
 @example
-\include "bassoon-music.ly"
-\include "horn-music.ly"
+\include "bassoon-music.lyinc"
+\include "horn-music.lyinc"
 
 \score @{
   \simultaneous @{
diff --git a/debian/rules b/debian/rules
index 4df410873e..5bee5307ed 100644
--- a/debian/rules
+++ b/debian/rules
@@ -123,11 +123,10 @@ binary-arch: build install
 	dh_testdir
 	dh_testroot
 	cp -av lilypond-mode.el lilypond-font-lock.el lilypond-indent.el \
-		lilypond.words \
+		buildscripts/out/lilypond.words \
 		$(r)/usr/share/emacs/site-lisp/
 	dh_installdocs AUTHORS.txt NEWS.txt README.txt \
-		DEDICATION THANKS \
-		README.mandrake
+		DEDICATION THANKS 
 
 #	dh_installdocs DEDICATION NEWS ROADMAP *.txt \
 #		Documentation/pictures/out/*.png