pkgsrc-wip/cawf/TODO
Jeremy C. Reed fcd75ed181 Cawf is a nroff-like text formatter. Cawf provides a usable subset
of raw nroff capabilities and the styles of the man, me(7), and
ms(7) macro sets.  New macro files can be added.  And it has some
rudimentary output device support via a device configuration file
(and new devices can be added).

I need help improving -man macro and making mandoc ...
2003-07-02 23:02:05 +00:00

16 lines
550 B
Text

Is there a make variable expansion for removing like:
CAWFLIB=${CAWFLIB:S/${PREFIX}\///}
(for the PLIST)
The macros need a lot of help to be able to support
NetBSD's -mdoc and even -man. I started working on a
new -mandoc but didn't include with this.
This uses its own getopt and regexp. Probably should
attempt to use the operating system's own.
man.mac needs to be a lot smarter, for example
.ds CH "Unix Programmer's Manual
should be set depending on section number,
like if 9 then: Kernel Manual
and Unix replaced with operating system name