zephyr/doc/scripts
Inaky Perez-Gonzalez aa765005e8 doc/scripts/filter-doc-log: protect further against bad TERM env
Checking for TERM being undefined before doing tput with colors is not
enough; if TERM is defined as 'dumb', this thing also behaves dumbly.

In fact, the whole trying to do colors thing is dumb and causes all
kinds of headache in corner cases, so just wrap anything smelling like
color in a check for TERM being undefined or 'dumb' and be done with
it.

It shall take care of different automation mechanisms that don't
invoke 'make htmldocs' from a user console.

Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2017-12-22 08:36:39 -05:00
..
genrest doc: fix handling of OPTION directive in genrest 2017-12-02 10:16:03 -05:00
extract_content.py doc: Fix encoding problem 2017-02-09 23:37:44 +00:00
filter-doc-log.sh doc/scripts/filter-doc-log: protect further against bad TERM env 2017-12-22 08:36:39 -05:00