summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/stex/lib/make/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-26 03:00:34 +0000
committerNorbert Preining <norbert@preining.info>2022-02-26 03:00:34 +0000
commit740a11f29a3551babe3d7edbb57ac3baa2280a3f (patch)
tree5d6d449e762f5ab95042e3517d03c5ac3ddaf7c3 /macros/latex/contrib/stex/lib/make/README
parent157cc9e776520d0b7d488317a69a10d4ae4d493b (diff)
CTAN sync 202202260300
Diffstat (limited to 'macros/latex/contrib/stex/lib/make/README')
-rw-r--r--macros/latex/contrib/stex/lib/make/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/macros/latex/contrib/stex/lib/make/README b/macros/latex/contrib/stex/lib/make/README
deleted file mode 100644
index 78419320a6..0000000000
--- a/macros/latex/contrib/stex/lib/make/README
+++ /dev/null
@@ -1,23 +0,0 @@
-This directory contains two Makefiles for inclusion into Makefile-based build systems.
-
-file contains
---------------------------------------------------------------------------------------
-Makefile.base.vars general variable declarations (include before all others)
-Makefile.base.in general rules (include before all others)
-Makefile.latexml.vars variable declarations for the LaTeXML conversion
-Makefile.latexml.in rules for producing OMDoc via LaTeXML
-Makefile.latex.vars variable declarations for LaTeX formatting
-Makefile.latex.in rules for LaTeX formatting
-Makefile.vars combines all *.vars above
-Makefile.in combines all *.in above
-
-The usual setup for this will be to create SVN externals
-- the deployed instance of sTeX (i.e. https://svn.kwarc.info/repos/sTeX/trunk or /latest)
-- to this directory
-and use the lines
-
-STEXDIR = <the sTeX external>
-include $(STEXDIR)/make/Makefile.vars
-include $(STEXDIR)/make/Makefile.in
-
-at appropriate places in the calling Makefile. It is crucial to set STEXDIR variable to make this setup work.