wok diff automake/description.txt @ rev 25540

Update some web_site/wget_url with https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 18:12:54 2023 +0000 (15 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 Mar 09 18:12:54 2023 +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.