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> (cherry picked from commit 5fca562ee88b07472cdb68e166ebc7f576d1c6f1) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
460200bbe2
commit
2113de5393
@ -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