diff options
Diffstat (limited to 'Build/source/texk/makejvf/Makefile.am')
-rw-r--r-- | Build/source/texk/makejvf/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/makejvf/Makefile.am b/Build/source/texk/makejvf/Makefile.am index ad23d348e11..562eb35a0d1 100644 --- a/Build/source/texk/makejvf/Makefile.am +++ b/Build/source/texk/makejvf/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am for the TeX Live subdirectory texk/makejvfk/ ## ## Copyright (C) 2010-2015 Peter Breitenlohner <tex-live@tug.org> -## Copyright (C) 2016-2017 Japanese TeX Development Community <issue@texjp.org> +## Copyright (C) 2016-2018 Japanese TeX Development Community <issue@texjp.org> ## You may freely use, modify and/or distribute this file. ## AM_CPPFLAGS = $(PTEXENC_INCLUDES) $(KPATHSEA_INCLUDES) @@ -36,7 +36,9 @@ EXTRA_DIST += \ tests/rml.tfm \ tests/rmlv.tfm \ tests/tmin10.tfm \ - tests/tmin10.vf + tests/tmin10.vf \ + tests/testnewu.tfm \ + tests/testnewu.vf -DISTCLEANFILES = min10.vf rml.tfm rmlv.tfm tmin10.vf +DISTCLEANFILES = min10.vf rml.tfm rmlv.tfm tmin10.vf testnewu.vf urml.tfm |