diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-12-05 21:02:47 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-12-05 21:04:38 -0500 |
commit | 51cff91c905e3b32c1f9b56d82d5c802b257b157 (patch) | |
tree | c2fb0bddebddf2c2421f15f2cc35b82a3bdd06e7 /doc/src | |
parent | 7404704a0c5abf0510a9cd889bd867ce46bdfc4c (diff) |
doc: Flex is not a GNU package
Remove the designation that Flex is a GNU package. Even though Bison is
a GNU package, leave out the designation to not make the sentence
unnecessarily complicated.
Author: Pavan Maddamsetti <pavan.maddamsetti@gmail.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a922819fce9..141494c651d 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -289,7 +289,7 @@ su - postgres <primary>yacc</primary> </indexterm> - GNU <application>Flex</application> and <application>Bison</application> + <application>Flex</application> and <application>Bison</application> are needed to build from a Git checkout, or if you changed the actual scanner and parser definition files. If you need them, be sure to get <application>Flex</application> 2.5.31 or later and |