summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/make/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-30 23:23:02 +0000
committerKarl Berry <karl@freefriends.org>2012-03-30 23:23:02 +0000
commit849996eca72af498b48b10fbea7f14c4b9d21b8f (patch)
tree2d40d42dfc9fc0b0622212cc220868f98345305f /Master/texmf-dist/source/latex/stex/make/README
parentd82e1c23973fd0271f93686f487bd1cee8dcd947 (diff)
restore stex (ca. 28jan12)
git-svn-id: svn://tug.org/texlive/trunk@25792 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/make/README')
-rw-r--r--Master/texmf-dist/source/latex/stex/make/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/stex/make/README b/Master/texmf-dist/source/latex/stex/make/README
new file mode 100644
index 00000000000..78419320a69
--- /dev/null
+++ b/Master/texmf-dist/source/latex/stex/make/README
@@ -0,0 +1,23 @@
+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.