From 809d6629c97bd9c4bdf6c799e74a261bb510b1fd Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 27 Jan 2021 22:35:39 -0500 Subject: Completely rewrite how manuals are fetched and installed Also add section 6 manuals from NetBSD and OpenBSD! --- README.7 | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) (limited to 'README.7') diff --git a/README.7 b/README.7 index 0548095..23b5d67 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd May 3, 2020 +.Dd January 27, 2021 .Dt README 7 .Os "Causal Agency" . @@ -7,31 +7,30 @@ .Nd manuals for other systems . .Sh INSTALLING -Use +.Nm +requires BSD .Xr make 1 -to download and extract -manuals for various systems: -.Bd -literal -offset indent -make -.Ed -. -.Pp -If +and +.Xr tar 1 , +sometimes called +.Xr bmake 1 +and +.Xr bsdtar 1 , +respectively, +as well as +.Xr curl 1 . +The paths of .Xr tar 1 -is GNU, -it requires the -.Fl Fl wildcards -option: -.Bd -literal -offset indent -TAR='tar --wildcards' make -.Ed -. -.Pp -Install manuals and the -.Xr exman 1 -utility: +and +.Xr curl 1 +can be set by the environment variables +.Ev TAR +and +.Ev CURL , +respectively. .Bd -literal -offset indent -sudo make install PREFIX=/usr/local +make all +sudo make install .Ed . .Sh CONTRIBUTING -- cgit 1.4.1