wok diff automake/description.txt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (21 months ago)
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	Thu Sep 01 11:12:31 2022 +0000
     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.