diff options
author | Paul Smith <psmith@gnu.org> | 2008-05-18 15:11:39 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2008-05-18 15:11:39 +0000 |
commit | b50116c4ae2359118e996420fd590614f3a3d7c6 (patch) | |
tree | 14b3319a9a96beee7e5da22f8c37460234758ea3 /doc/make.texi | |
parent | b23b0c3552d3e545049e69e25bf11257e011db45 (diff) | |
download | gunmake-b50116c4ae2359118e996420fd590614f3a3d7c6.tar.gz |
Manual typo.
New translation.
Diffstat (limited to 'doc/make.texi')
-rw-r--r-- | doc/make.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/make.texi b/doc/make.texi index f18a254..0541b60 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -2654,7 +2654,7 @@ contents do not matter, and usually are empty. The purpose of the empty target file is to record, with its last-modification time, when the rule's recipe was last executed. It -does so because one of the commands in the recipeis a @code{touch} +does so because one of the commands in the recipe is a @code{touch} command to update the target file. The empty target file should have some prerequisites (otherwise it |