blob: bea6478efff4ac072d5b6d3a27cbccef224abbaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
## Makefile.am for the TeX Live subdirectory texk/dvipdfm-x/
##
## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
SUBDIRS = data
if DVIPDFMX
SUBDIRS += src man
endif DVIPDFMX
if XDVIPDFMX
SUBDIRS += xsrc
endif XDVIPDFMX
all-local: config.force
config.force: $(ZLIB_DEPEND) $(LIBPNG_DEPEND) $(KPATHSEA_DEPEND)
echo timestamp >config.force
$(SHELL) ./config.status --recheck
DISTCLEANFILES = config.force
|