DS and DE are not man macros
This commit is contained in:
parent
f78b282fb4
commit
74fba213bc
|
@ -20,10 +20,10 @@ without an argument will make all these programs.
|
||||||
In the makefile, the variables \fBMOD\fP, \fBM2FLAGS\fP, \fBIFLAGS\fP, \fBLIBS\fP, and
|
In the makefile, the variables \fBMOD\fP, \fBM2FLAGS\fP, \fBIFLAGS\fP, \fBLIBS\fP, and
|
||||||
\fBSUFFIX\fP will be defined.
|
\fBSUFFIX\fP will be defined.
|
||||||
The generated rules have the following form:
|
The generated rules have the following form:
|
||||||
.DS
|
.IP "\fIname\fP.$(SUFFIX): ..."
|
||||||
\fIname\fP.$(SUFFIX): ...
|
.br
|
||||||
$(MOD) -c $(M2FLAGS) $(IFLAGS) \fIname\fP.mod
|
$(MOD) -c $(M2FLAGS) $(IFLAGS) \fIname\fP.mod
|
||||||
.DE
|
.PP
|
||||||
.I M2mm
|
.I M2mm
|
||||||
recognizes the following options:
|
recognizes the following options:
|
||||||
.IP \fB-I\fP\fIdir\fP
|
.IP \fB-I\fP\fIdir\fP
|
||||||
|
|
Loading…
Reference in a new issue