| Commit | Line | Data |
|---|---|---|
| 4d3e9548 JL |
1 | .ig |
| 2 | Copyright (C) 1989, 2001, 2009 | |
| 3 | Free Software Foundation, Inc. | |
| 4 | ||
| 5 | Permission is granted to make and distribute verbatim copies of | |
| 6 | this manual provided the copyright notice and this permission notice | |
| 7 | are preserved on all copies. | |
| 8 | ||
| 9 | Permission is granted to copy and distribute modified versions of this | |
| 10 | manual under the conditions for verbatim copying, provided that the | |
| 11 | entire resulting derived work is distributed under the terms of a | |
| 12 | permission notice identical to this one. | |
| 13 | ||
| 14 | Permission is granted to copy and distribute translations of this | |
| 15 | manual into another language, under the above conditions for modified | |
| 16 | versions, except that this permission notice may be included in | |
| 17 | translations approved by the Free Software Foundation instead of in | |
| 18 | the original English. | |
| 19 | .. | |
| 20 | . | |
| 92d0a6a6 JR |
21 | .TH MMROFF @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@" |
| 22 | .SH NAME | |
| 23 | mmroff \- reference preprocessor | |
| 24 | .SH SYNOPSIS | |
| 25 | .B mmroff | |
| 26 | [ | |
| 27 | .I -x | |
| 28 | ] | |
| 29 | .I groff_arguments | |
| 30 | .SH DESCRIPTION | |
| 31 | \fBmmroff\fP is a simple preprocessor for \fBgroff\fP, it is | |
| 32 | used for expanding references in \fBm@TMAC_M_PREFIX@m\fP, see | |
| 33 | \fBgroff_mm(@MAN7EXT@)\fP. | |
| 34 | \fBgroff\fP is executed twice, first with \fB-z\fP and \fB-rRef=1\fR | |
| 35 | to collect all references and then to do the real processing | |
| 36 | when the reference file is up to date. | |
| 37 | .TP | |
| 38 | \fB\-x\fR | |
| 39 | Just create the reference file. This can be used to refresh | |
| 40 | the reference file, it isn't always needed to have accurate | |
| 41 | references and by using this option \fBgroff\fP will only | |
| 42 | be run once. | |
| 43 | .\".SH BUGS | |
| 44 | .SH AUTHOR | |
| 45 | Jörgen Hägg, Lund, Sweden <jh@axis.se>. | |
| 46 | .SH FILES | |
| 47 | .TP | |
| 4d3e9548 | 48 | .B @MACRODIR@/@TMAC_M_PREFIX@m.tmac |
| 92d0a6a6 JR |
49 | .TP |
| 50 | .B @TMAC_MDIR@/*.cov | |
| 51 | .TP | |
| 52 | .B @TMAC_MDIR@/*.MT | |
| 53 | .TP | |
| 54 | .B @TMAC_MDIR@/locale | |
| 55 | .SH "SEE ALSO" | |
| 56 | .BR groff_mm(@MAN7EXT@), | |
| 57 | .BR groff_mmse(@MAN7EXT@), | |
| 58 | .BR groff (@MAN1EXT@), | |
| 59 | .BR @g@troff (@MAN1EXT@), | |
| 60 | .BR @g@tbl (@MAN1EXT@), | |
| 61 | .BR @g@pic (@MAN1EXT@), | |
| 62 | .BR @g@eqn (@MAN1EXT@) | |
| 63 | . | |
| 64 | .\" Local Variables: | |
| 65 | .\" mode: nroff | |
| 66 | .\" End: |