summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latex-make/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-12 00:22:00 +0000
committerKarl Berry <karl@freefriends.org>2016-02-12 00:22:00 +0000
commit79b831d073a4fddcf93031c6196fbfdf3c75aa93 (patch)
treed60c087654067e6c1025493fefcb6912a212f44d /Master/texmf-dist/doc/support/latex-make/README
parent7ab668d0d6f118c6df6f2d588c196ab4ef83e189 (diff)
latex-make (11feb16)
git-svn-id: svn://tug.org/texlive/trunk@39678 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latex-make/README')
-rw-r--r--Master/texmf-dist/doc/support/latex-make/README20
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/support/latex-make/README b/Master/texmf-dist/doc/support/latex-make/README
index 57e43009a5e..a6be56377f6 100644
--- a/Master/texmf-dist/doc/support/latex-make/README
+++ b/Master/texmf-dist/doc/support/latex-make/README
@@ -1,8 +1,8 @@
+------------------------------+
- | The LaTeX-Make system |
+ | The LaTeX-Make system |
+------------------------------+
-VERSION: 2.1.19.1
+VERSION: 2.2.2
DESCRIPTION
===========
@@ -28,12 +28,6 @@ INSTALLATION:
=============
Once generated, the following files need to be installed:
-* LaTeX.mk:
- This is the Makefile snipset to include into your main Makefile.
- To avoid the need to hardcode the path of LaTeX.mk in the 'include' directive
- of the Makefile, LaTeX.mk must be installed in a default search directory of
- GNUMake such as PREFIX/include, /usr/local/include, /usr/include/, etc.
- See your GNUMake documentation for the list of such search directories;
* *.sty, *.cfg
Main LaTeX package files. Should be installed into
TEXMF/tex/latex/latex-make/ where TEXMF is a base of a TeX Directory
@@ -41,6 +35,16 @@ Once generated, the following files need to be installed:
* *.py
Helper scripts used by LaTeX.mk. They should be installed into
TEXMF/scripts/latex-make/
+* LaTeX.mk:
+ This is the Makefile snipset to include into your main Makefile.
+ To avoid the need to hardcode the path of LaTeX.mk in the 'include' directive
+ of the Makefile, LaTeX.mk must be installed in a default search directory of
+ GNUMake such as PREFIX/include, /usr/local/include, /usr/include/, etc.
+ See your GNUMake documentation for the list of such search directories;
+ In order to be able to also use the 'LaTeX-Make-local-install' target,
+ LaTeX.mk must also be installed into TEXMF/scripts/latex-make/
+ *and* the two lines with "FIXME" at the end of this file must be updated
+ with the TEXMF installation path.
* *.pdf
Documentation that can be installed into
TEXMF/doc/latex/latex-make/