wok diff automake/description.txt @ rev 25002

updated nrg2iso (0.4 -> 0.4.1)
author Hans-G?nter Theisgen
date Mon May 16 14:45:30 2022 +0100 (2022-05-16)
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 May 16 14:45:30 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.