[nautilus-actions] docs/reference/na-compiling.xml: slightly improve documentation
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] docs/reference/na-compiling.xml: slightly improve documentation
- Date: Fri, 27 Jan 2012 11:10:07 +0000 (UTC)
commit 17d4217d2ab33da0e7a3a06992edb436921c1620
Author: Pierre Wieser <pwieser trychlos org>
Date: Fri Jan 27 12:08:11 2012 +0100
docs/reference/na-compiling.xml: slightly improve documentation
ChangeLog | 2 ++
docs/reference/na-compiling.xml | 16 ++++++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 100584c..d7bcb00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2012-01-27 Pierre Wieser <pwieser trychlos org>
+ * docs/reference/na-compiling.xml: Slightly improve documentation.
+
* src/core/na-core-utils.c (na_core_utils_str_subst): Fix description.
* src/api/na-iexporter.h: Fix NAIExporterFormat description.
diff --git a/docs/reference/na-compiling.xml b/docs/reference/na-compiling.xml
index fc63c3b..6bb9d84 100644
--- a/docs/reference/na-compiling.xml
+++ b/docs/reference/na-compiling.xml
@@ -26,12 +26,15 @@
<para>
On UNIX, &prodname; uses the standard GNU build system,
- using <application>autoconf</application> for package
+ using <ulink url="http://www.gnu.org/software/autoconf/">
+ <application>autoconf</application></ulink> for package
configuration and resolving portability issues,
- <application>automake</application> for building makefiles
+ <ulink url="http://www.gnu.org/software/automake/">
+ <application>automake</application></ulink> for building makefiles
that comply with the GNU Coding Standards, and
- <application>libtool</application> for building shared
- libraries on multiple platforms. The normal sequence for
+ <ulink url="http://www.gnu.org/software/libtool/">
+ <application>libtool</application></ulink> for building shared
+ libraries on multiple platforms. The normal sequence for
compiling and installing the &prodname; package is thus:
<literallayout>
@@ -45,7 +48,8 @@
The standard options provided by <application>GNU
autoconf</application> may be passed to the
<command>configure</command> script. Please see the
- <application>autoconf</application> documentation or run
+ <ulink url="http://www.gnu.org/software/autoconf/manual/index.html">
+ <application>autoconf</application> documentation</ulink> or run
<command>./configure --help</command> for information about
the standard options.
</para>
@@ -57,7 +61,7 @@
<para>
Before you can compile the &prodname; package, you need to have
various other tools and libraries installed on your
- system. The two tools needed during the build process (as
+ system. The two main tools needed during the build process (as
differentiated from the tools used in when creating &prodname;
mentioned above such as <application>autoconf</application>)
are <command>pkg-config</command> and GNU make.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]