Rewording and linking to make(1)

This commit is contained in:
Pierre Pronchery 2012-06-28 22:49:09 +00:00
parent 5180a5945a
commit 05960c9e98
2 changed files with 20 additions and 9 deletions

View File

@ -58,11 +58,10 @@
<refsect1 id="description">
<title>Description</title>
<para>
These are the documentation notes for &package;. The &package; project
generates and maintain software build systems, suitable for use with the most
common implementations of the make command. It uses project description files
to provide simple Makefiles. It is intended to keep the code generated as
simple and portable as possible.
&name; generates and maintain software build systems, suitable for use with
the most common implementations of the make command. It uses project
description files to provide simple Makefiles. It is intended to keep the
code generated as simple and portable as possible.
</para>
<para>
It processes the current directory, or the ones given at the command line,
@ -172,10 +171,16 @@
</refsect1>
<refsect1 id="see_also">
<title>See also</title>
<para><citerefentry>
<para>
<citerefentry>
<refentrytitle>make</refentrytitle>
<manvolnum>1</manvolnum>
</citerefentry>,
<citerefentry>
<refentrytitle>project.conf</refentrytitle>
<manvolnum>5</manvolnum>
</citerefentry></para>
</citerefentry>
</para>
<refsect2>
<title>Additional resources</title>
<para>

View File

@ -183,10 +183,16 @@
</refsect1>
<refsect1 id="see_also">
<title>See also</title>
<para><citerefentry>
<para>
<citerefentry>
<refentrytitle>configure</refentrytitle>
<manvolnum>1</manvolnum>
</citerefentry></para>
</citerefentry>,
<citerefentry>
<refentrytitle>make</refentrytitle>
<manvolnum>1</manvolnum>
</citerefentry>
</para>
</refsect1>
</refentry>
<!-- vim: set noet ts=1 sw=1 sts=1 tw=80: -->