summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/rcs/src/test/Imakefile
blob: 04bd008c25f4ad10f96a4334f74e95c30dc0ae48 (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
43
44
XCOMM $Id: Imakefile,v 1.2 1995/08/02 12:21:39 schrod Exp $
/* ---------------------------------------------------------------------- */

/*
 * Imakefile for test of rcs package
 *
 * (history at end)
 */


/* needed modules */
#include <TeX.imk>

XCOMM ------------------------------------------------------------
XCOMM continue in Imakefile


regression:: clean
	$(MAKE) all


TeXTarget(latex,empty-log)
TeXTarget(latex,rcsdef)
TeXTarget(latex,rcsid-param)
TeXTarget(latex,rcsid)

TeXTarget(latex '\scrollmode \input',log-error)


/* ============================================================
 *
 * $Log: Imakefile,v $
 * Revision 1.2  1995/08/02  12:21:39  schrod
 *     Add regression target.
 *
 * Revision 1.1  1995/08/02  11:38:22  schrod
 *     Substituted Makefile by Imakefile.
 *

 * ------------------------------------------------------------
 * Local Variables:
 * mode: Indented-Text
 * End:
 */