From 0de3a37543a1ad4c533a574ef322470f015257e5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 22 Mar 2014 07:05:45 +0100 Subject: [PATCH] Update Manual.md --- Manual.md | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/Manual.md b/Manual.md index a4b252edede..9d274f9b0a0 100644 --- a/Manual.md +++ b/Manual.md @@ -163,7 +163,7 @@ The optional 4th argument can be used to change the `file name`. Creates a directory in the pkg `$DESTDIR`. The 2nd optional argument sets the mode of the directory. -> NOTE: shell wildcards must be properly quoted, i.e `vmove "usr/lib/*.a"`. +> Shell wildcards must be properly quoted, i.e `vmove "usr/lib/*.a"`. ### Global variables @@ -372,7 +372,7 @@ available in repositories. - `waf` For packages that use the Python `waf` method with python2. -> NOTE: if `build_style` is not set, the template must (at least) define a +> If `build_style` is not set, the template must (at least) define a `do_install()` function and optionally more phases via `do_xxx()` functions. ### Functions @@ -405,7 +405,7 @@ still be passed in if it's a GNU configure script. - `post_install()` Actions to execute after `do_install()`. -> NOTE: A function defined in a template has preference over the same function +> A function defined in a template has preference over the same function defined by a `build_style` script. ### Build options @@ -420,7 +420,7 @@ The following variables may be set to allow package build options: - `build_options_default` Sets the default build options to be used by the source package. -- `desc_option_