diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/footnpag/test/Imakefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/footnpag/test/Imakefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/footnpag/test/Imakefile b/Master/texmf-dist/doc/latex/footnpag/test/Imakefile new file mode 100644 index 00000000000..17c25f906bc --- /dev/null +++ b/Master/texmf-dist/doc/latex/footnpag/test/Imakefile @@ -0,0 +1,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: + */ |