blob: eafeaad23d4be22de9676a0adeffb48275ad5bd7 (
plain)
1
2
3
4
5
6
7
8
9
|
## Makefile.am for the TeX Live subdirectory texk/cjkutils/conv/
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
bin_PROGRAMS = bg5conv cefconv cef5conv cefsconv extconv sjisconv
AM_CFLAGS = $(XX_CFLAGS)
|