summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/footnpag/src/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/footnpag/src/Imakefile')
-rw-r--r--macros/latex/contrib/footnpag/src/Imakefile73
1 files changed, 73 insertions, 0 deletions
diff --git a/macros/latex/contrib/footnpag/src/Imakefile b/macros/latex/contrib/footnpag/src/Imakefile
new file mode 100644
index 0000000000..39fbe63164
--- /dev/null
+++ b/macros/latex/contrib/footnpag/src/Imakefile
@@ -0,0 +1,73 @@
+XCOMM $Id: Imakefile,v 2.1 1995/08/04 00:18:32 schrod Exp $
+/* ---------------------------------------------------------------------- */
+
+/*
+ * Imakefile for footnpag bundle
+ *
+ * (history at end)
+ */
+
+
+/* needed modules */
+#include <TeX.imk>
+#include <makeprog.imk>
+
+#include <install/TeX.imk>
+
+XCOMM ------------------------------------------------------------
+XCOMM continue in Imakefile
+
+
+/* exported files */
+
+MpDoc2TeXTarget(footnpag,sty)
+
+TeXTarget(latex,footnpag-user)
+/* TeXTarget(latex,footnpag-conf) */
+
+
+/* installation */
+
+#ifdef ITI_Site
+ DESTDIR = /archives/tex/Install
+#endif
+
+InstallTeXLaTeX(misc,footnpag.sty)
+InstallTeXDoc(latex/styles,footnpag-user.dvi)
+/* InstallTeXDoc(latex/styles/XXX,footnpag-conf.dvi) */
+
+
+/* internal documentation */
+
+TeXFileTarget(latex,footnpag,doc)
+
+
+/* export */
+
+export:: all footnpag.dvi
+ mv footnpag-*.dvi footnpag.sty ..
+ cp $(HOME)/Notes/README.latex.doc-src README
+ $(MAKE) realclean
+
+realclean:: clean
+ $(RM) Makefile
+ test -s TODO || $(RM) TODO
+
+
+
+/* ============================================================
+ *
+ * $Log: Imakefile,v $
+ * Revision 2.1 1995/08/04 00:18:32 schrod
+ * Made a \LaTeXe{} package from this style option.
+ *
+ * User manual is a separate document now, that's better for
+ * installation. Started to change the distribution into one that
+ * conforms to the `supported bundle guidelines.'
+ *
+
+ * ------------------------------------------------------------
+ * Local Variables:
+ * mode: Indented-Text
+ * End:
+ */