blob: d24f39af936d29a7b43bf22e614f2c6ac61657cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Makefile.am for the TeX Live subdirectory texk/dvipdfmx/
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
SUBDIRS = data src
EXTRA_DIST = ChangeLog.TL
|