Fixed a couple Texinfo bugs.

This commit is contained in:
Roland McGrath 1988-05-18 16:26:55 +00:00
parent 4fdc206106
commit 7962f88558

View file

@ -6,7 +6,10 @@
$Header$
$Log$
Revision 1.16 1988/05/15 18:58:00 mcgrath
Revision 1.17 1988/05/18 16:26:55 mcgrath
Fixed a couple Texinfo bugs.
Revision 1.16 88/05/15 18:58:00 mcgrath
Miscellaneous changes by Richard Stallman, added `$$@' to the
list of unsupported features.
@ -186,7 +189,7 @@ be recompiled, or how. @xref{Running}.
variables, functions, special targets and directives.
@end menu
@node Bugs,, Top, Top
@node Bugs, Simple, Top, Top
@section Problems and Bugs
If you have problems with GNU @code{make} or think you've found a bug,
@ -861,7 +864,7 @@ you do not need to change the individual rules, just the search paths.
@end menu
@node General Search, Selective Search, Directory Search, Directory Search
@subsection @core{VPATH}: Search Path for All Dependencies
@subsection @code{VPATH}: Search Path for All Dependencies
The value of the variable @code{VPATH} is a list of directories which
@code{make} should search (in the order specified) for dependency files.