diff --git a/doc/configure.xml b/doc/configure.xml index 22278b1..c33fb35 100644 --- a/doc/configure.xml +++ b/doc/configure.xml @@ -6,7 +6,7 @@ - + @@ -48,23 +48,53 @@ &name; - - - - - directory + + + + + directory 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. - - + + 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. + + + It processes the current directory, or the ones given at the command line, + according to the project configuration files encountered. + + + + Options + The following options are available: + + + + + This option just parses the project definition files, without + actually re-generating the Makefiles. + + + + + + This option gives information about the progress of the + operation. + + + + + + This option warns about potential security risks. + + + + Overview @@ -120,37 +150,6 @@ - - - Using &package; - - &name; usage - - The &name; utility may be invoked from the command line this way: - - &name; - -n - -v - -S - options - directory - - - - The "-n" option just parses the project definition files, without actually - re-generating the Makefiles. - - - The "-v" option gives information about the progress of the operation. - - - The "-S" option warns about potential security risks. - - - It then processes the current directory, or the ones given at the - command line, according to the project configuration files encountered. - - Migrating to &package; @@ -166,6 +165,11 @@ + + Bugs + Issues can be listed and reported at . + See also