summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-12-22 13:59:32 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-12-22 13:59:32 +0100
commita7b10ea936077bd26a263cb0c199f8cf20ba7cb2 (patch)
treed023bec8f989c2f07a569349b196f485c4664b3c /doc
parent7c97e5566d0ff17d9997811f71acf4c1a9ab1197 (diff)
Change refs from RGL's Make.* to Setup.* in dev guide
Diffstat (limited to 'doc')
-rw-r--r--doc/gf-developers.t2t6
1 files 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 ==