Skip to content

Commit

Permalink
[dvips] Makefile.am etc (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Apr 29, 2023
1 parent 9fea20d commit 98ff27d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion source/texk/dvipsk/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* tfmload.c: Accept maximum EC 0x10FFFF for OFM level 1.
* uptex-vf.test, Makefile_upjf, testdata/upjf-r00.{ofm,opl},
testdata/upjv-r00.{ofm,opl}, testdata/upjf1-r.{tfm,pl},
testdata/upjf1_{full,omit}.{vf,zvp0}:
testdata/upjf1_{full,omit}.{vf,zvp0}, Makefile.am:
Add new tests for fallback virtual font to OFM.

The rule for virtual fonts (VF) fallback is extended:
Expand Down
7 changes: 6 additions & 1 deletion source/texk/dvipsk/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,13 @@ EXTRA_DIST += testdata/Makefile_upjf testdata/upjf.tex testdata/upjf.dvi testdat
testdata/upjv_full.vf testdata/upjv_omit.vf \
testdata/upjf-g00.opl testdata/upjf-g00.ofm \
testdata/upjv-g00.opl testdata/upjv-g00.ofm \
testdata/upjf-r00.opl testdata/upjf-r00.ofm \
testdata/upjv-r00.opl testdata/upjv-r00.ofm \
testdata/upjf1-r.pl testdata/upjf1-r.tfm \
testdata/upjf1_full.zvp0 testdata/upjf1_full.vf \
testdata/upjf1_omit.zvp0 testdata/upjf1_omit.vf \
testdata/upjf_full.cnf testdata/upjf_omit.cnf
DISTCLEANFILES += upjf.vf upjv.vf upjf-g.ofm upjv-g.ofm upjf_full.ps upjf_omit.ps
DISTCLEANFILES += upjf.vf upjv.vf upjf-*.ofm upjv-*.ofm upjf-*.tfm upjf*_full.ps upjf*_omit*.ps

EXTRA_DIST += \
NEWS \
Expand Down
24 changes: 14 additions & 10 deletions source/texk/dvipsk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ DISTCLEANFILES = $(DVIS) $(PSS) beginfontk1.ps eepic-nan.ps pfbincl.ps \
*badnews* same-name.out afmtest.tfm dvipstst.ps missfont.log \
mtest.ps missing-image.ps overflow-color-push.ps \
overflow-epsfile.ps overflow-psbox.ps upjf.vf upjv.vf \
upjf-g.ofm upjv-g.ofm upjf_full.ps upjf_omit.ps
upjf-*.ofm upjv-*.ofm upjf-*.tfm upjf*_full.ps upjf*_omit*.ps
enc_DATA = dvips-all.enc
prolog_DATA = $(prologues)
dist_prologues = \
Expand Down Expand Up @@ -766,15 +766,19 @@ EXTRA_DIST = $(dist_prologues) texc.script $(TESTS) testdata/8r.enc \
testdata/upjv-r.tfm testdata/upjv_full.vf \
testdata/upjv_omit.vf testdata/upjf-g00.opl \
testdata/upjf-g00.ofm testdata/upjv-g00.opl \
testdata/upjv-g00.ofm testdata/upjf_full.cnf \
testdata/upjf_omit.cnf NEWS TODO testdata/intoverflow.dvi \
testdata/vfnameoverflow.dvi atari cmfonts.map config.ps \
contrib/afm-extra contrib/colorsep.lpro contrib/configs \
contrib/crop.lpr contrib/latex209 contrib/treen.sh \
contrib/treen2.sh contrib/volker contrib/whichinpath \
cyrfonts.map eufonts.map flib.c hps/CHANGES_HPS.txt \
hps/README_HPS.txt lafonts.map makefont.c mvs psfonts.map tex \
vmcms vms
testdata/upjv-g00.ofm testdata/upjf-r00.opl \
testdata/upjf-r00.ofm testdata/upjv-r00.opl \
testdata/upjv-r00.ofm testdata/upjf1-r.pl testdata/upjf1-r.tfm \
testdata/upjf1_full.zvp0 testdata/upjf1_full.vf \
testdata/upjf1_omit.zvp0 testdata/upjf1_omit.vf \
testdata/upjf_full.cnf testdata/upjf_omit.cnf NEWS TODO \
testdata/intoverflow.dvi testdata/vfnameoverflow.dvi atari \
cmfonts.map config.ps contrib/afm-extra contrib/colorsep.lpro \
contrib/configs contrib/crop.lpr contrib/latex209 \
contrib/treen.sh contrib/treen2.sh contrib/volker \
contrib/whichinpath cyrfonts.map eufonts.map flib.c \
hps/CHANGES_HPS.txt hps/README_HPS.txt lafonts.map makefont.c \
mvs psfonts.map tex vmcms vms
CLEANFILES = $(prologues) texc.lpro
TEST_EXTENSIONS = .pl .test
TESTS = test-afm2tfm.test beginfontk1.test eepic-nan.test pfbincl.test \
Expand Down

0 comments on commit 98ff27d

Please sign in to comment.