From 5f6e0f658fd4dca3ab16e3515f79d009289b925a Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 2 Jul 2018 12:54:39 +0700 Subject: [PATCH] Update doc/changes regarding %{profile} Signed-off-by: Rudi Grinberg --- CHANGES.md | 2 ++ doc/jbuild.rst | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 21df2d87..ca7f1e35 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -95,6 +95,8 @@ next - Version `dune-workspace` and `~/.config/dune/config` files (#..., @diml) +- Add `%{profile}` variable. (#938, @rgrinberg) + 1.0+beta20 (10/04/2018) ----------------------- diff --git a/doc/jbuild.rst b/doc/jbuild.rst index 892ea76c..93db54a1 100644 --- a/doc/jbuild.rst +++ b/doc/jbuild.rst @@ -820,6 +820,7 @@ Jbuilder supports the following variables: not be exactly the same as what you can see in the output of ``ocamlc -config``. In particular, variables added in new versions of OCaml needs to be registered in Jbuilder before they can be used +- ``profile`` the profile selected via ``--profile`` In addition, ``(action ...)`` fields support the following special variables: