summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-07-20 10:34:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-07-20 14:36:35 +0200
commitb1ef8bd7540fbf20b07ba445020a69bb6b73f0ce (patch)
tree02814a0e6a3fd36fb17920c287a3ea6a2f132d09
parentbcee2d47e520c60ec0135964950425f863d27a7d (diff)
downloadptxdist-b1ef8bd7540fbf20b07ba445020a69bb6b73f0ce.tar.gz
ptxdist-b1ef8bd7540fbf20b07ba445020a69bb6b73f0ce.tar.xz
doc: add missing '('
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--doc/dev_manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index eb73739af..69a75b361 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -586,7 +586,7 @@ The skeleton for the *targetinstall* stage looks like this:
@$(call install_fixup, foo,DEPENDS,)
@$(call install_fixup, foo,DESCRIPTION,missing)
- @$call install_copy, foo, 0, 0, 0755, $(FOO_DIR)/foobar, /dev/null)
+ @$(call install_copy, foo, 0, 0, 0755, $(FOO_DIR)/foobar, /dev/null)
@$(call install_finish, foo)
@$(call touch)