blob: 0fb413a8f9f3d277f354a0ead0e72d2cafe57950 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## Makefile.am for the TeX Live subdirectory texk/dummy/
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
noinst_DATA = ../subtexkdir-configure
DISTCLEANFILES = $(noinst_DATA)
all-local: $(noinst_DATA)
../subtexkdir-configure:
echo "${srcdir}/configure" | sed 's,dummy/,SUBTEXKDIR/,' >$@
|