Commit Graph

217 Commits

Author SHA1 Message Date
wiz 6600056385 Add README detailing where current versions of the files
previously in this dir can be found; requested by perry.
2004-03-29 21:36:45 +00:00
wiz a1752f5297 Remove files that do not get installed any longer, to avoid
further confusion.
The corresponding files now live in gnu/dist/groff/tmac (still
BSD licensed!), but the only files that should be changed are in
gnu/usr.bin/groff/tmac, see also
http://www.netbsd.org/developers/releng/release-process.html
2004-03-29 17:08:25 +00:00
jmc 2625c3d467 Welcome to 2.0 2004-03-29 03:14:10 +00:00
lukem 130ab7336b Rework how MAKEVERBOSE operates:
*	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-21 10:01:19 +00:00
lukem e7cffe140c implement MAKEVERBOSE 2003-10-19 14:10:13 +00:00
wiz dca9ccd375 Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +00:00
agc 075022b349 Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22309, verified by myself.
2003-08-07 10:30:41 +00:00
wiz 04fb23b84a Add libevent. 2003-07-04 12:20:11 +00:00
wiz fb3b238554 Add IEEE 1275-1994 (already in mdoc.local). 2003-07-01 08:42:19 +00:00
wiz ba056015d8 Don't install macros any longer (except doc2html) we're now using
the GNU groff ones.
2003-06-30 18:51:28 +00:00
uebayasi 80e148b7e3 Make libmagic known as a system library, and install manual page links
of the libmagic functions.

Submitted by Hiroshi Ura <ura at hiru dot aoba dot yokohama dot jp> in
PR21496.


Reviewed By:	wiz
2003-05-08 07:14:11 +00:00
wiz 105ad9fd29 Add libpcap. 2003-02-25 12:53:03 +00:00
wiz db1bc7420c Make .Nm without arguments, but with punctuation, work.
Patch from Christian Limpach (chris at pin lu) on tech-userlevel.
2003-02-25 10:08:44 +00:00
thorpej d1567e06c2 Add libpthread and librt. 2003-01-22 23:40:19 +00:00
thorpej 02d1b7838b Add a case for librt (POSIX Real-time Library) 2003-01-22 23:37:08 +00:00
wiz c7aab7fab8 Warn if Rv has no function name argument. 2003-01-21 15:40:02 +00:00
thorpej 2136f557b3 Add a symbol for libpthread. 2003-01-12 01:30:34 +00:00
scw 226f0cfd96 s/walnut/evbppc/ 2002-12-09 14:31:47 +00:00
thorpej d5d52b821f Add libpmc. 2002-08-09 00:18:30 +00:00
scw 1d7843f5f7 Add sh5/evbsh5. 2002-07-19 08:24:04 +00:00
wiz 2b8fd6b89a Add cats, cesfic, hp700, hpcarm, netwinder, shark, x86_64.
Fix acorn32, algor, playstation2.
Problem reported by Matthias Drochner.
2002-07-18 22:50:46 +00:00
wiz 7b9b4ac6f7 'environment', not 'enviroment' 2002-07-11 10:53:19 +00:00
augustss b889804e98 Add pmppc. 2002-05-30 23:38:19 +00:00
bjh21 4f4c426502 Change the end of caps mode from <font size="+0"> to </font>. This gets the
tag nesting more correct, and is necessary to get the INSTALL notes to
render correctly in Konqueror.  The results still look sensible in w3m,
Lynx and Mozilla.
2002-05-27 17:46:55 +00:00
tv 3479915ba0 And it would probably be nice if 1.6 were reflected in the list of version
numbers.
2002-05-22 03:27:52 +00:00
tv 9f4e74bc62 1.6 has branched. Welcome to "NetBSD 1.6A". 2002-05-22 03:18:19 +00:00
bjh21 190d94f4ca Add a symbol for IEEE Std 1003.1-2001. 2002-05-15 10:11:15 +00:00
bjh21 bfff10410a Add a symbol for IEEE Std 1003.1-2001. 2002-05-14 18:26:37 +00:00
bjh21 79df6e9339 Rename arm26 -> acorn26. 2002-03-24 22:32:36 +00:00
simonb 2a9c0391d3 Add evbarm and evbmips. 2002-03-07 14:44:49 +00:00
simonb 5f24b78e43 Add "sbmips". 2002-03-06 02:37:51 +00:00
scw 5183aa7b10 Add mvmeppc. 2002-02-27 21:26:09 +00:00
ross 4b8350b194 Define strings for < > & <= >= 2002-02-07 09:43:54 +00:00
ross f80ddd2066 KNF, err, well, "indent" 2002-02-07 09:34:11 +00:00
ross 5de308572f Invert the default of DOC_XR and generate an href anchor by default.
Also, assume that any man page called "index.html" will actually be
installed (sigh) as "xindex.html", which is what bsd.man.mk actually
does now.
2002-02-07 01:59:14 +00:00
ross 8b41df0d84 Fix a number of bugs and and start over again on the style sheet. 2002-02-07 00:59:18 +00:00
ross 1a31609385 Don't make broken links out of incomplete .Xr requests. 2002-02-05 21:00:09 +00:00
tv e53be948f7 Use groff's ".mso" to find tmac files in /usr/share/tmac, rather than
hardcoding a path.  (This allows these files to be relocated easily.)
2002-01-03 16:30:16 +00:00
wiz 051442934d Add libusbhid. 2001-12-28 23:06:30 +00:00
wiz 8581b9512e ISO 8802-3:1989 -> ISO/IEC 8802-3:1989
Ok'd by kleink.
2001-11-29 14:58:24 +00:00
jdolecek b15c555bc8 back off previous - according to Klaus Klein, reference
should be made to actual CAE Specifications only, SUSv2 is
just a collection of standards
2001-11-24 02:41:48 +00:00
jdolecek cd484662e8 add '-susv2' - Single UNIX (TM) Specification, Version 2 (SUSv2'', Unix98'') 2001-11-23 18:40:49 +00:00
bjh21 986e444a33 Add acorn32 2001-11-23 16:28:16 +00:00
wiz 957665b652 Use even more standard names for standards. 2001-11-21 11:25:22 +00:00
kleink 992bc87e22 Add a 1003.1g-2000 macro. 2001-10-22 16:46:05 +00:00
uch fc6d46ce8d add playstation2 port. 2001-10-19 15:36:36 +00:00
wiz cb19ecf339 Actually, we don't have libhesiod -- the functions are in libc.
Noted by Gregory McGarry.
2001-10-04 11:27:19 +00:00
gmcgarry 645f8fe35b mdoc'ify pcap.3 2001-10-03 20:58:31 +00:00
wiz 15b74fd8b8 Add libhesiod. 2001-09-16 15:51:03 +00:00
thorpej 0f4b374296 Add libpci. 2001-09-13 23:21:49 +00:00