diff options
Diffstat (limited to 'Build/source/texk/cjkutils/Makefile.am')
-rw-r--r-- | Build/source/texk/cjkutils/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/cjkutils/Makefile.am b/Build/source/texk/cjkutils/Makefile.am new file mode 100644 index 00000000000..c2c297ee442 --- /dev/null +++ b/Build/source/texk/cjkutils/Makefile.am @@ -0,0 +1,13 @@ +## +ACLOCAL_AMFLAGS = -I ../../m4 + +SUBDIRS = conv hbf2gf scripts + +## Not yet used +## +EXTRA_DIST = bat + +## Eventually delete these files +## +EXTRA_DIST += Makefile.in.orig configure.in.orig + |