From: hanwen <hanwen>
Date: Fri, 9 Jul 2004 19:21:20 +0000 (+0000)
Subject: (TEX_FILES): don't dist
X-Git-Tag: release/2.3.9^2~2
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f165e79fb50e06d2df78fe3cd578fce33710a909;p=lilypond.git

(TEX_FILES): don't dist
music-drawing-routines.ps, latin1.enc
---

diff --git a/ChangeLog b/ChangeLog
index a7630d1372..4cdb9b736a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+	* tex/GNUmakefile (TEX_FILES): don't dist
+	music-drawing-routines.ps, latin1.enc 
+
 	* scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
 	--no-pdf, --pdftex
 	(copyright): add --latex option
diff --git a/VERSION b/VERSION
index a6bb7c4c18..bd695d9ba6 100644
--- a/VERSION
+++ b/VERSION
@@ -2,5 +2,5 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=2
 MINOR_VERSION=3
 PATCH_LEVEL=6
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=hwn1
 
diff --git a/tex/GNUmakefile b/tex/GNUmakefile
index 11d460595f..1c1bf5c221 100644
--- a/tex/GNUmakefile
+++ b/tex/GNUmakefile
@@ -1,12 +1,12 @@
 depth = ..
 
-TEX_FILES = $(wildcard *.tex)  $(outdir)/latin1.enc  $(outdir)/music-drawing-routines.ps
+TEX_FILES = $(wildcard *.tex)  
 
 EXTRA_DIST_FILES = $(TEX_FILES) latin1.enc
 STEPMAKE_TEMPLATES=install
 
 INSTALLATION_DIR=$(local_lilypond_datadir)/tex/
-INSTALLATION_FILES=$(TEX_FILES)
+INSTALLATION_FILES=$(TEX_FILES) $(outdir)/latin1.enc  $(outdir)/music-drawing-routines.ps
 
 include $(depth)/make/stepmake.make