blob: f004a99bf6a0f13c6a54bfab21760e63c39ef967 (
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
26
27
|
## Makefile.am for the TeX Live subdirectory texk/xdvipdfmx/
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
if build
SUBDIRS = src
endif build
EXTRA_DIST = \
BUGS \
ChangeLog.TL \
contrib \
data \
doc \
index.html \
style_base.css \
style_dflt.css \
style_ie.css \
style_plain.css
# in case of an SVN repository
dist-hook:
rm -rf `find $(distdir) -name .svn`
|