blob: 48f10154c8e86980ba6358b4c3d27bccea2212ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## Makefile.am for the TeX Live subdirectory texk/dvipsk/squeeze/
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../../m4
noinst_PROGRAMS = squeeze
nodist_noinst_DATA = stamp-squeeze
stamp-squeeze: squeeze$(EXEEXT)
echo timestamp >$@
CLEANFILES = stamp-squeeze
|