make-desc.xml 292 B

1234567891011121314151617
  1. <sect2><title>Contents</title>
  2. <para>
  3. The Make package contains the make program.
  4. </para>
  5. </sect2>
  6. <sect2><title>Description</title>
  7. <para>
  8. make determines automatically which pieces of a large program need to be
  9. recompiled, and issues the commands to recompile them.
  10. </para>
  11. </sect2>