diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-17 20:27:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-17 20:27:05 +0200 |
commit | 8141ccf380377e48edf596135306c8daa76a68ca (patch) | |
tree | e0bb43481d5385a9d6885a972921ec6673ac68ee /docs/manual/adding-packages-autotools.txt | |
parent | 2359e1223f622c8984f235fd8ddfb40a8e1cdc7a (diff) |
doc: minor documentation fixes after package infrastructure changes
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-autotools.txt')
-rw-r--r-- | docs/manual/adding-packages-autotools.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt index a9653ce26..9fb091822 100644 --- a/docs/manual/adding-packages-autotools.txt +++ b/docs/manual/adding-packages-autotools.txt @@ -4,7 +4,7 @@ Infrastructure for autotools-based packages [[autotools-package-tutorial]] +autotools-package+ tutorial -~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ First, let's see how to write a +.mk+ file for an autotools-based package, with an example : @@ -64,7 +64,7 @@ package to be built. [[autotools-package-reference]] +autotools-package+ reference -~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The main macro of the autotools package infrastructure is +autotools-package+. It is similar to the +generic-package+ macro. The ability to |