From 3241026fff9d71be473820d23f46fdbf20933ff9 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 29 May 2017 18:55:39 +0100 Subject: [PATCH] Update doc --- doc/jbuild.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/jbuild.rst b/doc/jbuild.rst index e82dde17..01ac5cc2 100644 --- a/doc/jbuild.rst +++ b/doc/jbuild.rst @@ -556,6 +556,8 @@ In addition, ``(action ...)`` fields support the following special variables: The ``${:...}`` forms are what allows you to write custom rules that work transparently whether things are installed or not. +Note that aliases are ignored by both ``${<}`` and ``${^}``. + Library dependencies --------------------