From 32ce4f1322e78ca274042678c8f6ee3d79b0ebb4 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Tue, 21 Mar 2017 15:56:31 +0000 Subject: [PATCH] linked the project with configure step to the README --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index ce744286..760570ab 100644 --- a/README.org +++ b/README.org @@ -106,6 +106,13 @@ there only for convenience, for the following reasons: 3. =make= is shorter to type than =jbuilder build @install= +*** How to add a configure step to a jbuilder project? + +[[example/sample-projects/with-configure-step]] shows one way to do it +that preserve composability; i.e. it doesn't require to manually run +all =./configure= script when working on multiple projects at the same +time. + ** Implementation details This section is for people who want to work on Jbuilder itself.