From 9673d4eaf91ed4cc46a73ed34963d9da62f668d2 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 11 Apr 2018 23:50:23 +0700 Subject: [PATCH] Switch jbuilder in library names --- doc/configurator.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configurator.rst b/doc/configurator.rst index 623a2c96..e2ea6ce4 100644 --- a/doc/configurator.rst +++ b/doc/configurator.rst @@ -63,7 +63,7 @@ invoke it as an executable and tell dune about the targets that it produces: (executable ((name discover) - (libraries (dune.configurator)))) + (libraries (jbuilder.configurator)))) (rule ((targets (config.h)) @@ -97,7 +97,7 @@ The following steps must be taken to transition from the old configurator: * Mentions of the ``configurator`` opam package should be removed -* The library name ``configurator`` should be changed ``dune.configurator`` +* The library name ``configurator`` should be changed ``jbuilder.configurator`` * The ``-ocamlc`` flag in rules that run configurator scripts should be removed. This information is now passed automatically by dune.