wok-6.x diff automake/description.txt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 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	Tue May 09 17:24:00 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.