minor corrections

This commit is contained in:
appaji 2005-05-17 17:05:22 +00:00
parent 5d508d69cd
commit a69bfa68ba
1 changed files with 9 additions and 8 deletions

View File

@ -29,8 +29,7 @@ $Id$
<!ENTITY cmdline "<prompt>[jrh ~/gbs]$ </prompt>"> <!ENTITY cmdline "<prompt>[jrh ~/gbs]$ </prompt>">
<!ENTITY howto "http://www.tldp.org/HOWTO/"> <!ENTITY howto "http://tldp.org/HOWTO/">
<!ENTITY mini-howto "http://www.tldp.org/HOWTO/mini/">
<!ENTITY gnu "http://www.gnu.org/"> <!ENTITY gnu "http://www.gnu.org/">
]> ]>
@ -174,11 +173,10 @@ $Id$
broken or not up-to-date, it is highly recommended that the latest broken or not up-to-date, it is highly recommended that the latest
released version be accessed from <ulink released version be accessed from <ulink
url="&howto;GNU-Build-System-HOWTO/"> url="&howto;GNU-Build-System-HOWTO/">
http://www.tldp.org/HOWTO/GNU-Build-System-HOWTO/</ulink>. The http://tldp.org/HOWTO/GNU-Build-System-HOWTO/</ulink>. The latest
latest in-progress version of this document is available at the in-progress version of this document is available at the <ulink
<ulink url="http://www.appaji.net/stuff/gbsh.html">GNU-Build-System HOWTO
url="http://www.appaji.net/resource/gbsh.html">GNU-Build-System home page</ulink>.
HOWTO home page</ulink>.
</para> </para>
@ -530,7 +528,7 @@ clean:
says that each <filename>.o</filename> file is dependent on the says that each <filename>.o</filename> file is dependent on the
corresponding <filename>.c</filename> and the corresponding <filename>.c</filename> and the
<filename>.h</filename> files. <literal>$@</literal> refers to <filename>.h</filename> files. <literal>$@</literal> refers to
the current target and <literal>$&lt</literal> refers to the the current target and <literal>$&lt;</literal> refers to the
first one among the list of dependencies of the current target. first one among the list of dependencies of the current target.
Note that this version of the &makefile; does not need a lot of Note that this version of the &makefile; does not need a lot of
modifications if a single source file and the corresponding modifications if a single source file and the corresponding
@ -1899,6 +1897,9 @@ clean:
<!-- <!--
$Log$ $Log$
Revision 1.15 2005/01/11 07:22:02 appaji
Change email id to ibiblio id
Revision 1.14 2004/06/18 17:56:13 appaji Revision 1.14 2004/06/18 17:56:13 appaji
Change & to &amp; and master location Change & to &amp; and master location