diff options
author | June McEnroe <june@causal.agency> | 2021-05-02 20:35:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-02 20:35:48 -0400 |
commit | 8d27209e1872046eb1eba24a7ff85488f6c28ed4 (patch) | |
tree | 71194623fbc21cfa27054cc263e76a2da9f63c0f /README.7 | |
parent | palaver: Exit on getopt failure (diff) | |
download | pounce-8d27209e1872046eb1eba24a7ff85488f6c28ed4.tar.gz pounce-8d27209e1872046eb1eba24a7ff85488f6c28ed4.zip |
Clean up Makefiles, configure scripts
Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables.
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/README.7 b/README.7 index 821a763..13fcd98 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd April 30, 2021 +.Dd May 2, 2021 .Dt README 7 .Os "Causal Agency" . @@ -71,9 +71,6 @@ and .Xr unveil 2 . Linux and macOS are also supported. -On BSD systems, -configure with -.Fl \-mandir=/usr/local/man . .Bd -literal -offset indent \&./configure make all |