diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-17 03:16:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-17 03:16:39 -0700 |
commit | dfbf19b9a96474b8c1bacac85e43605e5691ceb2 (patch) | |
tree | 94889c4de98f2cb22ff228b2bf19aef93ed5c557 /Makefile | |
parent | 6c6e85a516f668ff35a9370cafdceceb10bf93d7 (diff) | |
download | man-master.tar.gz man-master.tar.bz2 man-master.zip |
The escape-at-end-of-line fixes have the side effect
of adding some 20,000 blank lines to the HTML output
for the TXR man page.
The reason is that the logic is applied even within
macro expansions which have internal escapes.
we introduce a recursion depth variable which is
incremented for each call to scan_request.
The escnl flag is only set at recursion depth 0,
unless we are in no-fill mode. The exception for
no-fill mode is because there are a few cases where
macro-expansion produces nofill mode output, like
the .mets macro in the TXR man page.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions