--- /dev/null
+GNUmakefile
+TAGS
+config.cache
+config.h
+config.log
+config.make
+config.status
+configure
+.dstreamrc
+.gdbinit
+*~
+#*
+*.txt
+*.html
+*.png
+out
+out-www
+afm
+share
+tfm
+tfm.[0-9]
+stepmake
-1.4.9.jcn2
+1.4.9.jcn3
==========
+* Really included .cvsignore.
+
* Included Han-Wen's uu1 windows fixes.
* Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
* Updated cygwin installer.
-* ly2dvi: Don't accept filenames with spaces.
+* ly2dvi: Don't accept filenames with spaces (+ fix).
1.4.9
=====
README_FILES = DEDICATION COPYING NEWS CHANGES ROADMAP
README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt FAQ.txt
IN_FILES := $(wildcard *.in)
-EXTRA_DIST_FILES = lilypond-font-lock.el lilypond-mode.el lilypond-init.el vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) emacsclient.patch mktexnam.patch lexer-gcc-3.0.patch
+EXTRA_DIST_FILES = lilypond-font-lock.el lilypond-mode.el lilypond-init.el vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) emacsclient.patch mktexnam.patch lexer-gcc-3.0.patch .cvsignore
NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
INSTALLATION_DIR=$(datadir)
INSTALLATION_FILES=$(configuration) VERSION
MAJOR_VERSION=1
MINOR_VERSION=4
PATCH_LEVEL=9
-MY_PATCH_LEVEL=jcn2
+MY_PATCH_LEVEL=jcn3
# use the above to send patches: MY_PATCH_LEVEL is always empty for a
# released version.
outbase = strip_extension (outbase, i)
files = map (abspath, files)
- all = files
- all.append (output_name)
- for i in all:
+ for i in files[:] + [output_name]:
if string.find (i, ' ') >= 0:
user_error (_ ("filename should not contain spaces: `%s'") % i)