diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-11-07 11:41:23 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 00:11:40 +0100 |
commit | 7ae2b8ef88fd526c3908ca4e764b79e0657b2632 (patch) | |
tree | 538dbd7fc6555fa3ccab11d734306ec9df315ff7 /docs/manual/adding-packages-cmake.txt | |
parent | 7ad286563e1883f2e17c0d67e055525e840c5420 (diff) | |
download | buildroot-7ae2b8ef88fd526c3908ca4e764b79e0657b2632.tar.gz buildroot-7ae2b8ef88fd526c3908ca4e764b79e0657b2632.zip |
manual: split info on hooks to a separate section/file
Split out the information on hooks to a separate section (and source file).
Not only because the hooks are useful for all infrastructures (and thus
don't really fit specifically in the generic infrastructure section), but
also for clarity when the info on hooks will be expanded in later patches.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/adding-packages-cmake.txt')
-rw-r--r-- | docs/manual/adding-packages-cmake.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-cmake.txt b/docs/manual/adding-packages-cmake.txt index de4bd9881e..4373423d33 100644 --- a/docs/manual/adding-packages-cmake.txt +++ b/docs/manual/adding-packages-cmake.txt @@ -135,8 +135,7 @@ for most CMake-based packages. However, when required, it is still possible to customize what is done in any particular step: * By adding a post-operation hook (after extract, patch, configure, - build or install). See the reference documentation of the generic - infrastructure for details. + build or install). See xref:hooks[] for details. * By overriding one of the steps. For example, even if the CMake infrastructure is used, if the package +.mk+ file defines its own |