westes / flex

The Fast Lexical Analyzer - scanner generator for lexing in C and C++
Other
3.54k stars 529 forks source link

Build without info/man/examples #624

Closed nikamirrr closed 6 months ago

nikamirrr commented 6 months ago

Please, make info, man, examples optional in the build.

thank you

westes commented 6 months ago

When starting with the flex distribution, info and man pages are included. There is nothing to build for the examples.

westes commented 6 months ago

Additionally, you can call targets that do not include man and info or any of the documentation targets. You can also just build the flex executeable by calling targets that only make that happen.