summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latex-make/README
diff options
context:
space:
mode:
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/