On 2 Sep 2021, at 06:40, Zach Petch wrote:
The second paragraph under DESCRIPTION reads,
> To prepare to use make, you must write a file called the makefile that
> describes the relationships among files in your program, and the states the
> commands for updating each file.
The same text was previously in make.texi but was updated (rather
astonishingly) 30 years ago in 45fa41f:
To prepare to use @code{make}, you must write a file called
the @dfn{makefile} that describes the relationships among files
-in your program, and the states the commands for updating each file.
+in your program and provides commands for updating each file.
John