summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/stex/lib/make/README
blob: 78419320a6900a66b18cd93ee2b8b2a5a105d88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.