diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 11:06:39 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 11:06:39 (EDT) |
commit | 9462302d6676275d13b623d052572ce38fffc5be (patch) | |
tree | fa03ec01ef9cc57f09e0bee4f705ead65ecaaee2 /substvars | |
parent | 085bd07486d67303934456f9493c2c93f5a19305 (diff) |
Slightly improve/standardize package descriptions
Diffstat (limited to 'substvars')
-rw-r--r-- | substvars | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ Common-Description: - GNU make is a tool which controls the generation of executables and other - non-source files of a program from the program's source files. The make + GNU Make is a tool which controls the generation of executables and other + non-source files of a program from the program's source files. The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. |