about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Get list of formats to test from unscoop itselfJune McEnroe2021-05-02
|
* Default to MANDIR=${PREFIX}/man, support BINDIRJune McEnroe2021-05-02
| | | | | | | | I originally avoided defaulting MANDIR to /usr/local/man because I thought that might not work on GNU/Linux, but I checked and it turns out man-db not only defaults to including /usr/local/man (if /usr/local/bin is in PATH), it also includes /usr/man. So more reason to default to ${PREFIX}/man.
* Only link litterbox with -ltlsJune McEnroe2021-05-02
|
* Rename unscoop test flag to -!June McEnroe2020-09-30
|
* Remove rc script 1.6June McEnroe2020-08-27
| | | | | The rc script kinda just sucks for running this, and catsit exists now. Probably no one but me was ever using it anyway.
* Use dataPath for dbFindJune McEnroe2020-08-20
|
* Import xdg.c from catgirlJune McEnroe2020-08-20
|
* Rewrite configure script for all platforms, add OpenBSDJune McEnroe2020-07-24
|
* Rewrite build and install like pounce 1.3June McEnroe2020-05-20
| | | | man pages are no longer compressed!
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
|
* Only set RCS on FreeBSDJune McEnroe2020-04-05
|
* Check unscoop regexps with make testJune McEnroe2020-04-05
|
* Replace .mk files with configure scriptJune McEnroe2020-03-02
|
* Add FreeBSD rc scriptJune McEnroe2020-01-11
|
* Import getopt_config from pounceJune McEnroe2020-01-04
|
* Add install and uninstall targetsJune McEnroe2020-01-01
|
* Add initial rough version of scoopJune McEnroe2019-12-30
|
* Link litterbox with -ltlsJune McEnroe2019-12-16
|
* Add basic unscoop import toolJune McEnroe2019-12-05
|
* Rename header file to database.hJune McEnroe2019-12-01
|
* Implement database file searchJune McEnroe2019-12-01