From f26615e5b3c23d1c85a8ef9af46e290e44dd44de Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Sun, 18 Mar 2018 08:40:41 -0400 Subject: [PATCH] doc --- doc/jbuild.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/jbuild.rst b/doc/jbuild.rst index 0f43a835..1d229a1c 100644 --- a/doc/jbuild.rst +++ b/doc/jbuild.rst @@ -1058,6 +1058,9 @@ syntax: universe. In any case, this is only for dependencies in the installed world, you must still specify all dependencies that come from the workspace. +- ``(package )`` depend on all files installed by ````, as well + as on the transitive package dependencies of ````. This can be used + to test a command against the files that will be installed In all these cases, the argument supports `Variables expansion`_.