summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/latexmk.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/latexmk.1')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/latexmk.118
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/latexmk.1 b/Master/texmf-dist/doc/support/latexmk/latexmk.1
index a61358cc3b0..937807a138c 100644
--- a/Master/texmf-dist/doc/support/latexmk/latexmk.1
+++ b/Master/texmf-dist/doc/support/latexmk/latexmk.1
@@ -1,4 +1,4 @@
-.TH LATEXMK 1L "30 September 2008" ""
+.TH LATEXMK 1L "1 December 2008" ""
.SH NAME
latexmk \- generate LaTeX document
.SH SYNOPSIS
@@ -127,11 +127,12 @@ exit.
.B -c
Clean up (remove) all regeneratable files generated by \fIlatex\fR and
\fIbibtex\fR except dvi, postscript and pdf. These files are a
-combination of log files, aux files, and those with extensions
+combination of log files, aux files, latexmk's database file of source
+file information,
+and those with extensions
specified in the \fI@generated_exts\fR configuration variable. In addition,
files with extensions by the \fI$clean_ext\fR configuration variable are
-removed. But the file containing a database of source file
-information is not removed.
+removed.
This cleanup is instead of a regular make. See the \fB-gg\fR option
if you want to do a cleanup then a make.
@@ -146,12 +147,11 @@ This cleanup is instead of a regular make. See the \fB-gg\fR option
if you want to do a cleanup than a make.
.TP
.B -CA
-Clean up (remove) absolutely all regeneratable files. This is the
-action specified by \fB-C\fR with the addition of deleting the file
-containing the database of source file information.
+Clean up (remove) absolutely all regeneratable files. It is now
+equivalent to the \fB-C\fR option
-This cleanup is instead of a regular make. It is the same as \fB-C
--CF\fR. See the \fB-gg\fR option if you want to do a cleanup then a
+This cleanup is instead of a regular make.
+See the \fB-gg\fR option if you want to do a cleanup then a
make.
.TP
.B -CF