At 2023-07-12T18:38:10+, Bjarni Ingi Gislason wrote:
> In a Makefile:
>
> maintainer-clean-generic:
> @echo "This command is intended for maintainers to use"
> @echo "it deletes files that may require special tools to
> rebuild."
> -rm -f src/preproc/eqn/eqn.cpp
This
I could build the missing files by using "YACC=byacc", but I usually use
"bison".
YACC is an environmental variable.
Hello Branden,
thank you for confirming that the inconsistency between groff(7)
and the sources regarding the spelling of the lsn and lss registers
is indeed a typo. And thank you for accepting the patch.
Keep up the great work! I'll continue reading the manpages, manual, and
macro implementatio
In a Makefile:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to
rebuild."
-rm -f src/preproc/eqn/eqn.cpp
and
src/preproc/eqn/eqn.hpp: src/preproc/eqn/eqn.cpp
@if test !
Hi Alexis,
At 2023-07-12T13:14:59+0200, Alexis wrote:
> reading through the groff(7) manpage I noticed an inconsistency in the
> spelling of the \n[lsn] and \n[lss] registers:
>
> The "Writable predefined registers" section references
>
> `\n[lsn]` and `\n[lss]`
>
> whereas the paragraphs und
Hello all,
reading through the groff(7) manpage I noticed an inconsistency in the
spelling of the \n[lsn] and \n[lss] registers:
The "Writable predefined registers" section references
`\n[lsn]` and `\n[lss]`
whereas the paragraphs under the "Traps" section mention
`\n[.lsn]` and `\n[.lss]`