From 1afd7832bd5915917755709627884db4cf600bb2 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 9 Jul 2004 19:21:20 +0000 Subject: [PATCH] (TEX_FILES): don't dist music-drawing-routines.ps, latin1.enc --- ChangeLog | 3 +++ VERSION | 2 +- tex/GNUmakefile | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7630d1372..4cdb9b736a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-07-09 Han-Wen Nienhuys + * 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 -- 2.39.2