wok-current diff automake/description.txt @ rev 25393
updated util-linux packages (2.35.1 -> 2.38)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Aug 01 16:38:43 2022 +0100 (2022-08-01) |
parents | ce084335362a |
children |
line diff
1.1 --- a/automake/description.txt Thu Aug 03 05:22:36 2017 -0300 1.2 +++ b/automake/description.txt Mon Aug 01 16:38:43 2022 +0100 1.3 @@ -1,8 +1,8 @@ 1.4 -**Automake** is a tool for automatically generating `Makefile.in's from files 1.5 -called `Makefile.am'. The goal of Automake is to remove the burden of Makefile 1.6 +Automake is a tool for automatically generating "Makefile.in"s from files 1.7 +called "Makefile.am". The goal of Automake is to remove the burden of Makefile 1.8 maintenance from the back of the individual GNU maintainer (and put it on the 1.9 back of the Automake maintainer). 1.10 1.11 -The `Makefile.am' is basically a series of `make' macro definitions (with 1.12 -rules being thrown in occasionally). The generated `Makefile.in's are 1.13 -compliant with the GNU Makefile standards. 1.14 +The "Makefile.am" is basically a series of "make" macro definitions (with 1.15 +rules being thrown in occasionally). The generated "Makefile.in"s are 1.16 +compliant with the GNU Makefile standards.