From 05960c9e98450f1bcaf424a94ee6f36c929bf52c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 28 Jun 2012 22:49:09 +0000 Subject: [PATCH] Rewording and linking to make(1) --- doc/configure.xml | 19 ++++++++++++------- doc/project.conf.xml | 10 ++++++++-- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/doc/configure.xml b/doc/configure.xml index c33fb35..b6d3870 100644 --- a/doc/configure.xml +++ b/doc/configure.xml @@ -58,11 +58,10 @@ Description - 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. It processes the current directory, or the ones given at the command line, @@ -172,10 +171,16 @@ See also - + + + make + 1 + , + project.conf 5 - + + Additional resources diff --git a/doc/project.conf.xml b/doc/project.conf.xml index dc219fc..2ceb343 100644 --- a/doc/project.conf.xml +++ b/doc/project.conf.xml @@ -183,10 +183,16 @@ See also - + + configure 1 - + , + + make + 1 + +