summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-01-03 18:45:56 +0000
committerKarl Berry <karl@freefriends.org>2010-01-03 18:45:56 +0000
commit0dad310636511861e7cb5ba0974c818fdf1c1377 (patch)
tree42430224aad78b7fab403f793329b895b24702ac /Build/source/texk/dvipsk/Makefile.am
parent15f554902e0d3fd0d8ed695458d290e26aa546fd (diff)
avoid deletion of newline after %%BeginFont and the like with -K1, report from T S, 1 Jan 2010 16:32:16
git-svn-id: svn://tug.org/texlive/trunk@16584 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/Makefile.am')
-rw-r--r--Build/source/texk/dvipsk/Makefile.am12
1 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/dvipsk/Makefile.am b/Build/source/texk/dvipsk/Makefile.am
index f3fbdde3b0a..5eb0b649c5e 100644
--- a/Build/source/texk/dvipsk/Makefile.am
+++ b/Build/source/texk/dvipsk/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/dvipsk/
##
-## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
@@ -111,17 +111,21 @@ CLEANFILES = $(prologues) texc.lpro
## dvips test
##
-TESTS = dvips.test pfbincl.test
+TESTS = beginfontk1.test dvips.test pfbincl.test
TESTS_ENVIRONMENT = TEXMFCNF=$(srcdir)/../kpathsea TEXCONFIG=$(srcdir)/testdata
-TESTS_ENVIRONMENT += TFMFONTS=$(srcdir)/testdata VFFONTS=$(srcdir)/testdata
-TESTS_ENVIRONMENT += TEXFONTMAPS=$(srcdir)/testdata TEXPSHEADERS=$(srcdir)/testdata
+TESTS_ENVIRONMENT += TEXFONTS=$(srcdir)/testdata
+TESTS_ENVIRONMENT += TEXPSHEADERS=$(srcdir)/testdata
EXTRA_DIST += \
+ beginfontk1.test \
dvips.test \
pfbincl.test \
testdata/8r.enc \
testdata/ad.enc \
+ testdata/beginfontk1.dvi \
+ testdata/beginfontk1.eps \
+ testdata/beginfontk1.tex \
testdata/cmex10.pfb \
testdata/cmex10.tfm \
testdata/cmmi10.pfb \