mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
docs/manual/adding-packages-asciidoc.adoc: fix resources typo in example
As FOO_RESOURCES hints, the correct spelling is resources so use that. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
817b22f114
commit
5fca562ee8
@ -112,7 +112,7 @@ Here is a complete example that uses all variables and all hooks:
|
||||
05: ################################################################################
|
||||
06:
|
||||
07: FOO_SOURCES = $(sort $(wildcard $(FOO_DOCDIR)/*))
|
||||
08: FOO_RESOURCES = $(sort $(wildcard $(FOO_DOCDIR)/ressources))
|
||||
08: FOO_RESOURCES = $(sort $(wildcard $(FOO_DOCDIR)/resources))
|
||||
09:
|
||||
10: FOO_TOC_DEPTH = 2
|
||||
11: FOO_TOC_DEPTH_HTML = 1
|
||||
|
Loading…
Reference in New Issue
Block a user