From a7b10ea936077bd26a263cb0c199f8cf20ba7cb2 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Sat, 22 Dec 2018 13:59:32 +0100 Subject: [PATCH] Change refs from RGL's Make.* to Setup.* in dev guide --- doc/gf-developers.t2t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t index f90feb115..74059199b 100644 --- a/doc/gf-developers.t2t +++ b/doc/gf-developers.t2t @@ -405,13 +405,13 @@ There is also ``make build``, ``make copy`` and ``make clean`` which do what you === Advanced === For advanced build options, call the Haskell build script directly: ``` -$ runghc Make.hs ... +$ runghc Setup.hs ... ``` For more details see the [README https://github.com/GrammaticalFramework/gf-rgl/blob/master/README.md]. === Haskell-free === -If you do not have Haskell installed, you can use the simple build script ``Make.sh`` -(or ``Make.bat`` for Windows). +If you do not have Haskell installed, you can use the simple build script ``Setup.sh`` +(or ``Setup.bat`` for Windows). == Creating binary distribution packages ==