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.