summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/README')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/README b/Master/texmf-dist/doc/support/latexmk/README
index 28cc68bba6a..cd0a58aae24 100644
--- a/Master/texmf-dist/doc/support/latexmk/README
+++ b/Master/texmf-dist/doc/support/latexmk/README
@@ -88,7 +88,7 @@ I hope you find this useful.
John Collins
---------------------------- "latexmk -h" ----------------------------
-Latexmk 4.02a: Automatic LaTeX document generation routine
+Latexmk 4.02b: Automatic LaTeX document generation routine
Usage: latexmk [latexmk_options] [filename ...]
@@ -102,10 +102,9 @@ Usage: latexmk [latexmk_options] [filename ...]
This and the other clean-ups are instead of a regular make.
-C - clean up (remove) all nonessential files
including aux, dep, dvi, postscript and pdf files
- But exclude file of database of file information
- -CA - clean up (remove) absolutely ALL nonessential files
- including aux, dep, dvi, postscript and pdf files,
and file of database of file information
+ -CA - clean up (remove) absolutely ALL nonessential files.
+ Now equivalent to -C option.
-CF - Remove file of database of file information before doing
other actions
-cd - Change to directory of source file when processing it