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

View File

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