diff options
-rw-r--r-- | dev/packaging/tutorials/basic.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev/packaging/tutorials/basic.mdwn b/dev/packaging/tutorials/basic.mdwn index c98306b..fc2ec65 100644 --- a/dev/packaging/tutorials/basic.mdwn +++ b/dev/packaging/tutorials/basic.mdwn @@ -174,8 +174,8 @@ look like this: oh-autobuild touch $@ -Read the manual pages and/or source code of **oh-autoconfigure**(1), -**oh-autobuild**(1), and **oh-autoinstall**(1) to learn more about what they do. +Read the manual pages and/or source code of **oh-autoconfigure**(1) and +**oh-autobuild**(1) to learn more about what they do. The `touch $@` command is recommended by SPF 2.0: @@ -216,6 +216,9 @@ The `install` target is declared as depending on the `build` target: install: build +Read the manual page and/or source code of **oh-autoinstall**(1) to learn more +about what it does. + Install Expat: $ opkbuild -b -c -T install |