summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/footnpag/src/test/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/footnpag/src/test/Imakefile')
-rw-r--r--macros/latex/contrib/footnpag/src/test/Imakefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/latex/contrib/footnpag/src/test/Imakefile b/macros/latex/contrib/footnpag/src/test/Imakefile
new file mode 100644
index 0000000000..17c25f906b
--- /dev/null
+++ b/macros/latex/contrib/footnpag/src/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:
+ */