Added a few comments here and there
[linux_from_scratch.git] / newxml / appendixa / make.xml
blobb6e0501e0f2b2ddad2da947ab3b29b51ecba9235
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd" [
3   <!ENTITY % make-entities SYSTEM "../ent/make.ent">
4   %make-entities;
5 ]>
6 <sect1 id="aa-make" xreflabel="Make">
7 <title>Make</title>
8 <?dbhtml filename="make.html"?>
10 <para>For installation instructions see <xref linkend="ch06-make"/>.</para>
12 <sect2><title>Official Download Location</title>
14 <literallayout>Make (&make-version;): 
15 <ulink url="ftp://ftp.gnu.org/gnu/make/"/></literallayout>
16 </sect2>
18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make-contents.xml"/>
22 <sect2><title>Short description</title>
24 <para><command>make</command> automatically determines which pieces of a
25 large package need to be recompiled, and then issues the relevant commands.</para>
27 </sect2>
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make-deps.xml"/>
35 </sect1>