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 /.gitignore | |
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 '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index c66cc95..882cf40 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ *.o calico config.mk -localhost.crt -localhost.key +localhost.pem pounce tags |