]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cpp.1
texi2pod.pl: Handle "\,".
[gcc.git] / gcc / cpp.1
index aa00123c8ad81a12ab7488d4a3bddf63f98c6fc1..0f950fa887f0c4b9763c995258adfe746bebcd8d 100644 (file)
--- a/gcc/cpp.1
+++ b/gcc/cpp.1
@@ -1,5 +1,5 @@
 .\" Automatically generated by Pod::Man version 1.1
-.\" Fri Jan 12 18:47:56 2001
+.\" Wed Jan 24 19:43:25 2001
 .\"
 .\" Standard preamble:
 .\" ======================================================================
 .\" ======================================================================
 .\"
 .IX Title "CPP 1"
-.TH CPP 1 "gcc-2.97" "2001-01-12" "GNU"
+.TH CPP 1 "gcc-2.97" "2001-01-24" "GNU"
 .UC
 .SH "NAME"
 cpp \- The C Preprocessor
@@ -509,13 +509,15 @@ Instead of outputting the result of preprocessing, output a rule
 suitable for \f(CW\*(C`make\*(C'\fR describing the dependencies of the main source
 file.  The preprocessor outputs one \f(CW\*(C`make\*(C'\fR rule containing the
 object file name for that source file, a colon, and the names of all the
-included files.  If there are many included files then the rule is split
-into several lines using \fB\e\fR\-newline.
+included files, including those coming from \fB\-include\fR or
+\&\fB\-imacros\fR command line options.  If there are many included files
+then the rule is split into several lines using \fB\e\fR\-newline.
 .Ip "\fB\-MM\fR" 4
 .IX Item "-MM"
 Like \fB\-M\fR, but mention only the files included with \fB#include
-"\fR\fIfile\fR\fB"\fR.  System header files included with \fB#include
-<\fR\fIfile\fR\fB>\fR are omitted.
+"\fR\fIfile\fR\fB"\fR or with \fB\-include\fR or \fB\-imacros\fR command line
+options.  System header files included with \fB#include <\fR\fIfile\fR\fB>\fR
+are omitted.
 .Ip "\fB\-MF\fR \fIfile\fR" 4
 .IX Item "-MF file"
 When used with \fB\-M\fR or \fB\-MM\fR, specifies a file to write the
This page took 0.029222 seconds and 5 git commands to generate.