summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-02 10:58:53 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-02 10:58:53 +0000
commite353515c04a63f182389b1989d8aa0bcec79a6bd (patch)
treee1b0643d8d94666969140662c19799540d6cdd00 /Build/source
parent0b951eb3fd341fe45003ce403295dcfb8bf3a659 (diff)
build system update
git-svn-id: svn://tug.org/texlive/trunk@17286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/web2c/ChangeLog9
-rw-r--r--Build/source/texk/web2c/Makefile.in1
-rw-r--r--Build/source/texk/web2c/am/web.am3
-rw-r--r--Build/source/texk/web2c/omegafonts/ChangeLog4
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.am5
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.in19
6 files changed, 29 insertions, 12 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 5618b0fae0c..84a26b1d363 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,11 +1,16 @@
+2010-03-02 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * am/web.am: New bibtex test data.
+
2010-03-01 Karl Berry <karl@tug.org>
* bibtex.web: 0.99d test 1 from Oren, breaking .bbl lines only at
whitespace.
* bibtex.ch: remove no-longer-needed workaround for \% break.
- * tests/longline.tex,
- * tests/longline.bib: new test files.
+ * tests/longline.aux,
+ * tests/longline.bib,
+ * tests/longline.tex: new test files.
(Still working on their incorporation into make check.)
2010-02-22 Karl Berry <karl@tug.org>
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index feed9312c97..893e8c7e7a4 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -1104,6 +1104,7 @@ EXTRA_DIST = PROJECTS cftests config.h cpascal.h help.h tangle.web \
tests/eight.tex tests/end.tex tests/exampl.aux \
tests/exampl.tex tests/gray.tfm tests/hello.tex tests/io.mf \
tests/just.texi tests/label.mp tests/label.mpx tests/logo8.tfm \
+ tests/longline.aux tests/longline.bib tests/longline.tex \
tests/longtfm.tex tests/magic.tex tests/memtest.tex \
tests/mltextst.tex tests/mptest.mp tests/mptest.mpx \
tests/one.two.mf tests/one.two.mp tests/one.two.tex \
diff --git a/Build/source/texk/web2c/am/web.am b/Build/source/texk/web2c/am/web.am
index f7fc871b091..2f1b7c76acb 100644
--- a/Build/source/texk/web2c/am/web.am
+++ b/Build/source/texk/web2c/am/web.am
@@ -218,6 +218,9 @@ EXTRA_DIST += \
tests/label.mp \
tests/label.mpx \
tests/logo8.tfm \
+ tests/longline.aux \
+ tests/longline.bib \
+ tests/longline.tex \
tests/longtfm.tex \
tests/magic.tex \
tests/memtest.tex \
diff --git a/Build/source/texk/web2c/omegafonts/ChangeLog b/Build/source/texk/web2c/omegafonts/ChangeLog
index f2398badf71..5aeb2dac062 100644
--- a/Build/source/texk/web2c/omegafonts/ChangeLog
+++ b/Build/source/texk/web2c/omegafonts/ChangeLog
@@ -4,6 +4,10 @@
Avoid segfault (unspecified CHARWD defaults to 0.0).
Reported by Akira Kakuto, 28 Feb 2010 10:34:40.
+ * charwd.test, tests/charwd-r.pl, tests/charwd-v.vpl (new):
+ Shell script and data for a new test.
+ * Makefile.am: Add the new test.
+
2010-02-26 Peter Breitenlohner <peb@mppmu.mpg.de>
* pl-lexer.l: #include <kpathsea/config.h> and drop some others.
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am
index 4cc6927671a..265d54c8216 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.am
+++ b/Build/source/texk/web2c/omegafonts/Makefile.am
@@ -83,7 +83,7 @@ endif OTANGLE
## Tests
##
-OMFONTS_tests = level1.test omfonts.test repeat.test specialhex.test
+OMFONTS_tests = charwd.test level1.test omfonts.test repeat.test specialhex.test
if OTANGLE
if OMFONTS
TESTS = $(OMFONTS_tests)
@@ -92,6 +92,9 @@ endif OTANGLE
EXTRA_DIST = $(OMFONTS_tests)
+## charwd.test
+EXTRA_DIST += tests/charwd-r.pl tests/charwd-v.vpl
+DISTCLEANFILES += tests/charwdr.* tests/charwdv.*
## level1.test
EXTRA_DIST += tests/level1.opl
DISTCLEANFILES += tests/xlevel1.ofm tests/xlevel1.opl
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in
index e81adbf20ab..de808cc971d 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.in
+++ b/Build/source/texk/web2c/omegafonts/Makefile.in
@@ -346,17 +346,18 @@ omfonts_SOURCES = \
LDADD = $(proglib) $(KPATHSEA_LIBS)
omfonts_DEPENDENCIES = $(proglib) $(KPATHSEA_DEPEND)
-DISTCLEANFILES = pl-parser.output tests/xlevel1.ofm tests/xlevel1.opl \
- tests/Cherokee.tfm tests/OCherokee.ofm tests/OCherokee.opl \
- tests/OCherokee.ovf tests/xCherokee.* tests/xOCherokee.* \
- tests/xrepeated.* tests/specialhex.ofm tests/specialhex.opl \
- tests/specialhex.ovf tests/xspecialhex.*
+DISTCLEANFILES = pl-parser.output tests/charwdr.* tests/charwdv.* \
+ tests/xlevel1.ofm tests/xlevel1.opl tests/Cherokee.tfm \
+ tests/OCherokee.ofm tests/OCherokee.opl tests/OCherokee.ovf \
+ tests/xCherokee.* tests/xOCherokee.* tests/xrepeated.* \
+ tests/specialhex.ofm tests/specialhex.opl tests/specialhex.ovf \
+ tests/xspecialhex.*
linked_programs = ofm2opl opl2ofm ovf2ovp ovp2ovf
-OMFONTS_tests = level1.test omfonts.test repeat.test specialhex.test
+OMFONTS_tests = charwd.test level1.test omfonts.test repeat.test specialhex.test
@OMFONTS_TRUE@@OTANGLE_TRUE@TESTS = $(OMFONTS_tests)
-EXTRA_DIST = $(OMFONTS_tests) tests/level1.opl tests/Cherokee.pl \
- tests/OCherokee.ovp tests/repeat.opl tests/repeated.opl \
- tests/specialhex.ovp
+EXTRA_DIST = $(OMFONTS_tests) tests/charwd-r.pl tests/charwd-v.vpl \
+ tests/level1.opl tests/Cherokee.pl tests/OCherokee.ovp \
+ tests/repeat.opl tests/repeated.opl tests/specialhex.ovp
all: all-am
.SUFFIXES: