Re: Makefile: How to create "eqn.cpp" and "eqn.hpp" as they are not rebuilt when removed

2023-07-12 Thread G. Branden Robinson
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

Re: Makefile: How to create "eqn.cpp" and "eqn.hpp" as they are not rebuilt when removed

2023-07-12 Thread Bjarni Ingi Gislason
I could build the missing files by using "YACC=byacc", but I usually use "bison". YACC is an environmental variable.

Re: [PATCH] man page typo in spelling of lsn and lss registers?

2023-07-12 Thread Alexis
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

Makefile: How to create "eqn.cpp" and "eqn.hpp" as they are not rebuilt when removed

2023-07-12 Thread Bjarni Ingi Gislason
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 !

Re: [PATCH] man page typo in spelling of lsn and lss registers?

2023-07-12 Thread G. Branden Robinson
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

[PATCH] man page typo in spelling of lsn and lss registers?

2023-07-12 Thread Alexis
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]`