blob: fec265ce561ef0d79af075542b6b79bf0b7b04da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Makefile.am for the TeX Live subdirectory texk/tetex/
##
## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
EXTRA_DIST = \
README.texdoctk \
old-fontinst.bat \
old-updmap \
updmap-single.pl
|