diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/scripts/mkiv/context.html | 1 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/context.man | 3 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/context.xml | 3 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-context.html | 1 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-context.man | 3 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-context.xml | 3 |
6 files changed, 14 insertions, 0 deletions
diff --git a/doc/context/scripts/mkiv/context.html b/doc/context/scripts/mkiv/context.html index 682b8621f..016f6c768 100644 --- a/doc/context/scripts/mkiv/context.html +++ b/doc/context/scripts/mkiv/context.html @@ -108,6 +108,7 @@ <tr><th>--profile</th><td></td><td>profile job (use: mtxrun --script profile --analyze)</td></tr> <tr><th>--timing</th><td></td><td>generate timing and statistics overview</td></tr> <tr><th>--keeptuc</th><td></td><td>keep previous tuc files (jobname-tuc-[run].tmp)</td></tr> + <tr><th>--keeppdf</th><td></td><td>keep previous pdf files (jobname-pdf-keep.tmp)</td></tr> <tr><th>--keeplog</th><td></td><td>keep previous log files (jobname-log-[run].tmp)</td></tr> <tr><th>--lmtx</th><td></td><td>force lmtx mode (when available)</td></tr> <tr><th>--overloadmode=error|warning|0--6|255</th><td></td><td>enable csname overload checking</td></tr> diff --git a/doc/context/scripts/mkiv/context.man b/doc/context/scripts/mkiv/context.man index 7d9e949bb..b6e380237 100644 --- a/doc/context/scripts/mkiv/context.man +++ b/doc/context/scripts/mkiv/context.man @@ -171,6 +171,9 @@ generate timing and statistics overview .B --keeptuc keep previous tuc files (jobname-tuc-[run].tmp) .TP +.B --keeppdf +keep previous pdf files (jobname-pdf-keep.tmp) +.TP .B --keeplog keep previous log files (jobname-log-[run].tmp) .TP diff --git a/doc/context/scripts/mkiv/context.xml b/doc/context/scripts/mkiv/context.xml index 98a75244b..d4e0d33c5 100644 --- a/doc/context/scripts/mkiv/context.xml +++ b/doc/context/scripts/mkiv/context.xml @@ -202,6 +202,9 @@ <flag name="keeptuc"> <short>keep previous tuc files (jobname-tuc-[run].tmp)</short> </flag> + <flag name="keeppdf"> + <short>keep previous pdf files (jobname-pdf-keep.tmp)</short> + </flag> <flag name="keeplog"> <short>keep previous log files (jobname-log-[run].tmp)</short> </flag> diff --git a/doc/context/scripts/mkiv/mtx-context.html b/doc/context/scripts/mkiv/mtx-context.html index 682b8621f..016f6c768 100644 --- a/doc/context/scripts/mkiv/mtx-context.html +++ b/doc/context/scripts/mkiv/mtx-context.html @@ -108,6 +108,7 @@ <tr><th>--profile</th><td></td><td>profile job (use: mtxrun --script profile --analyze)</td></tr> <tr><th>--timing</th><td></td><td>generate timing and statistics overview</td></tr> <tr><th>--keeptuc</th><td></td><td>keep previous tuc files (jobname-tuc-[run].tmp)</td></tr> + <tr><th>--keeppdf</th><td></td><td>keep previous pdf files (jobname-pdf-keep.tmp)</td></tr> <tr><th>--keeplog</th><td></td><td>keep previous log files (jobname-log-[run].tmp)</td></tr> <tr><th>--lmtx</th><td></td><td>force lmtx mode (when available)</td></tr> <tr><th>--overloadmode=error|warning|0--6|255</th><td></td><td>enable csname overload checking</td></tr> diff --git a/doc/context/scripts/mkiv/mtx-context.man b/doc/context/scripts/mkiv/mtx-context.man index 7d9e949bb..b6e380237 100644 --- a/doc/context/scripts/mkiv/mtx-context.man +++ b/doc/context/scripts/mkiv/mtx-context.man @@ -171,6 +171,9 @@ generate timing and statistics overview .B --keeptuc keep previous tuc files (jobname-tuc-[run].tmp) .TP +.B --keeppdf +keep previous pdf files (jobname-pdf-keep.tmp) +.TP .B --keeplog keep previous log files (jobname-log-[run].tmp) .TP diff --git a/doc/context/scripts/mkiv/mtx-context.xml b/doc/context/scripts/mkiv/mtx-context.xml index 98a75244b..d4e0d33c5 100644 --- a/doc/context/scripts/mkiv/mtx-context.xml +++ b/doc/context/scripts/mkiv/mtx-context.xml @@ -202,6 +202,9 @@ <flag name="keeptuc"> <short>keep previous tuc files (jobname-tuc-[run].tmp)</short> </flag> + <flag name="keeppdf"> + <short>keep previous pdf files (jobname-pdf-keep.tmp)</short> + </flag> <flag name="keeplog"> <short>keep previous log files (jobname-log-[run].tmp)</short> </flag> |