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