From aaa03dbb66a15c989dde95f71a56dadf89ca40b2 Mon Sep 17 00:00:00 2001 From: Xodetaetl Date: Sun, 19 Oct 2014 14:39:33 +0200 Subject: [PATCH] Document the dot syntax in installer tasks --- docs/installers.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/installers.rst b/docs/installers.rst index f2f5b2b49..06becad94 100644 --- a/docs/installers.rst +++ b/docs/installers.rst @@ -230,7 +230,10 @@ Running a task provided by a runner Some actions are specific to some runners, you can call them with the ``task`` command. You must at least provide the ``name`` parameter which is the function -that will be called. Other parameters depend on the task being called. +that will be called. Other parameters depend on the task being called. It is +possible to call functions from other runners by prefixing the task name with +the runner's name (e.g., from a dosbox installer you can use the wineexec task +with ``wine.wineexec`` as the task's ``name``) Currently, the following tasks are implemented: