summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src/libs/libgroff
AgeCommit message (Collapse)Author
2003-10-21Rework how MAKEVERBOSE operates:lukem
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
2003-10-20* Support MAKEVERBOSElukem
* Implement GROFFYSRCS, which contain a list of .y files to convert into .cpp and _tab.h. Simplifies .y -> .cpp (et al) . * Use "realall" target instead of "dependall"/"install" to ensure that various files are created correctly.
2003-06-30Add NetBSD RCS Id.wiz
2003-06-30Make groff-1.19 build on NetBSD.wiz
2003-06-30Import groff-1.19 build structure from FreeBSD.wiz