summaryrefslogtreecommitdiff
path: root/macros/generic/xint/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/generic/xint/Makefile
Initial commit
Diffstat (limited to 'macros/generic/xint/Makefile')
-rw-r--r--macros/generic/xint/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/generic/xint/Makefile b/macros/generic/xint/Makefile
new file mode 100644
index 0000000000..df8fd9a051
--- /dev/null
+++ b/macros/generic/xint/Makefile
@@ -0,0 +1,20 @@
+# Makefile for compilation of the complete xint
+# documentation, packages, and installation.
+# (C) 2014-2015 Jean-Francois Burnol
+# distributed under LPPL 1.3c or later at your convenience.
+
+# with this file Makefile and xint.dtx in a working
+# repertory run 'make' and then get further instructions.
+
+# Tested with GNU Make 3.81 on Mac OS X Mavericks,
+# with TeXLive 2014 and Pandoc 1.13.1, xint.dtx v1.1
+
+# For some reason I would like Makefile.mk to be always
+# recreated if xint.dtx is newer, *before* being included
+# here via include, but my brief attempt (2015/09/16) did
+# not succeed.
+
+Makefile.mk: xint.dtx ; etex xint.dtx
+
+include Makefile.mk
+