summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-04-05 03:29:01 +0000
committerRoland McGrath <roland@redhat.com>1995-04-05 03:29:01 +0000
commite8325b9be2e841f75116be320cbc3cb0178408f6 (patch)
treefd8fe0d7fb8679384b3cc094809361c40e6b8153 /make.texinfo
parentf8eb0fc41b10482e300a702f88d7511952fd94f3 (diff)
downloadgunmake-e8325b9be2e841f75116be320cbc3cb0178408f6.tar.gz
(Options/Recursion): Correction: -I is indeed passed in MAKEFLAGS.
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo16
1 files changed, 7 insertions, 9 deletions
diff --git a/make.texinfo b/make.texinfo
index 1cb87f9..c03cf15 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -8,10 +8,11 @@
@c FSF publishers: format makebook.texi instead of using this file directly.
@set RCSID $Id$
-@set EDITION 0.47
-@set VERSION 3.72 Beta
-@set UPDATED 1 November 1994
-@set UPDATE-MONTH November 1994
+@set EDITION 0.48
+@set VERSION 3.73 Beta
+@set UPDATED 4 April 1995
+@set UPDATE-MONTH April 1995
+@comment The ISBN number might need to change on next publication.
@set ISBN 1-882114-50-7
@c finalout
@@ -3294,23 +3295,20 @@ definitions just as if they appeared on the command line.
@cindex @code{-C}, and recursion
@cindex @code{-f}, and recursion
-@cindex @code{-I}, and recursion
@cindex @code{-o}, and recursion
@cindex @code{-W}, and recursion
@cindex @code{--directory}, and recursion
@cindex @code{--file}, and recursion
-@cindex @code{--include-dir}, and recursion
@cindex @code{--old-file}, and recursion
@cindex @code{--assume-old}, and recursion
@cindex @code{--assume-new}, and recursion
@cindex @code{--new-file}, and recursion
@cindex recursion, and @code{-C}
@cindex recursion, and @code{-f}
-@cindex recursion, and @code{-I}
@cindex recursion, and @code{-o}
@cindex recursion, and @code{-W}
-The options @samp{-C}, @samp{-f}, @samp{-I}, @samp{-o}, and @samp{-W}
-are not put into @code{MAKEFLAGS}; these options are not passed down.@refill
+The options @samp{-C}, @samp{-f}, @samp{-o}, and @samp{-W} are not put
+into @code{MAKEFLAGS}; these options are not passed down.@refill
@cindex @code{-j}, and recursion
@cindex @code{--jobs}, and recursion