blob: 0f00c645ebef8d286b6126f3062053eabf45aeab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
## Makefile.am for the TeX Live subdirectory texk/cjkutils/
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
# in case of an SVN repository
dist-hook:
rm -rf `find $(distdir) -name .svn`
SUBDIRS = . conv hbf2gf scripts
all-local: config.force
config.force: $(KPATHSEA_DEPEND)
echo timestamp >config.force
$(SHELL) ./config.status --recheck
DISTCLEANFILES = config.force
## Not used
##
EXTRA_DIST = bat
|