summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-09-14 11:19:29 +0000
committerhallgren <hallgren@chalmers.se>2015-09-14 11:19:29 +0000
commitaf309f0d7d97cd589c2b73ec32c9df8c3a57d693 (patch)
treecebf9ecc3007d72e7378ea51dd28902edcc28db6 /doc
parentb66cbcac5e26ba52b1095d37987125dc73b0fc44 (diff)
doc/gf-developers.t2t: script name for installing the C run-time was wrong, should be setup.sh
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 1ca17c308..b525e0a4b 100644
--- a/doc/gf-developers.t2t
+++ b/doc/gf-developers.t2t
@@ -450,9 +450,9 @@ To install the C run-time system, go to the ``src/runtime/c`` directory
%and follow the instructions in the ``INSTALL`` file.
and use the ``install.sh`` script:
```
-bash install.sh configure
-bash install.sh build
-bash install.sh install
+bash setup.sh configure
+bash setup.sh build
+bash setup.sh install
```
This will install
the C header files and libraries need to write C programs that use PGF grammars.