blob: 17c25f906bc1668b9b80102584b9b79da8c6040a (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
XCOMM $Id: Imakefile,v 1.1 1995/08/04 00:07:57 schrod Exp $
/* ---------------------------------------------------------------------- */
/*
* Imakefile for test of footnpag bundle
*
* (history at end)
*/
/* needed modules */
#include <TeX.imk>
XCOMM ------------------------------------------------------------
XCOMM continue in Imakefile
regression:: clean
$(MAKE) all
TeXTarget(latex,many)
TeXTarget(latex,report)
TeXTarget(latex,late)
TeXTarget(latex,minipage)
TeXTarget(latex,title-2col)
TeXTarget(latex,eqnarray-fnmark)
/* ============================================================
*
* $Log: Imakefile,v $
* Revision 1.1 1995/08/04 00:07:57 schrod
* Initial commit of test files.
*
* ------------------------------------------------------------
* Local Variables:
* mode: Indented-Text
* End:
*/
|