diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-20 22:53:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-20 22:53:07 +0000 |
commit | ab976e9d308774dac1d55880deef5762e494810f (patch) | |
tree | 5fb97f1dc424aa763171d85d8179fd16972ab436 /Build/source/texk/dvipdfm-x/Makefile.am | |
parent | a0ec6c4d3c2dc5ee28fce9fff1c114a2cccfe2dd (diff) |
have (x)dvipdfmx accept/ignore << in map file lines as with <[
git-svn-id: svn://tug.org/texlive/trunk@34677 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/Makefile.am')
-rw-r--r-- | Build/source/texk/dvipdfm-x/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/Makefile.am b/Build/source/texk/dvipdfm-x/Makefile.am index b671ce4cd59..039fd51700d 100644 --- a/Build/source/texk/dvipdfm-x/Makefile.am +++ b/Build/source/texk/dvipdfm-x/Makefile.am @@ -286,6 +286,7 @@ endif XDVIPDFMX EXTRA_DIST = $(dvipdfmx_tests) $(xdvipdfmx_tests) ## Test Data EXTRA_DIST += tests/dvipdfmx.cfg tests/psfonts.map +EXTRA_DIST += tests/fullmap.dvi tests/fullmap.tex EXTRA_DIST += tests/image.jpeg tests/imgjpeg.bb tests/imgjpeg.xbb tests/picjpeg.bb tests/picjpeg.xbb EXTRA_DIST += tests/image.pdf tests/imgpdf.bb tests/imgpdf.xbb tests/picpdf.bb tests/picpdf.xbb EXTRA_DIST += tests/image.png tests/imgpng.bb tests/imgpng.xbb tests/picpng.bb tests/picpng.xbb |