From b717031cbfe8fc90807ff9c67f7ebdbdfbeaef9a Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 14 Sep 2015 11:19:29 +0000 Subject: [PATCH] doc/gf-developers.t2t: script name for installing the C run-time was wrong, should be setup.sh --- 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 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.