aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Use plain Makefile over ./configure + Makefile.inEuAndreh2021-02-231-0/+83
|
* Add ./configure scriptEuAndreh2021-02-081-65/+0
|
* Makefile: Remove 'v' prefix from $(VERSION) variableEuAndreh2021-01-311-4/+4
|
* mv build-aux/ aux/EuAndreh2021-01-271-5/+5
|
* v0.1.2: Use sed over tac for POSIX compatibilityv0.1.2EuAndreh2021-01-261-1/+1
| | | | TODOs.md: Mark #task-98478c0f-97ac-4667-acdc-9373e2841de9 as done
* remembering: Add -V version flag, add missing docs on -h flagEuAndreh2021-01-261-3/+4
|
* Generate HTML for manpagesEuAndreh2021-01-261-0/+2
|
* v0.1.1: Allow names with spacesv0.1.1EuAndreh2021-01-261-1/+1
| | | | | | | | | The test_stdin_is_empty was adapted so it wouldn't exit with status 1. The previous implementation would effectively do: printf '' | grep '' which returns 1, and the test would fail.
* Remove unused argument from CHANGELOG.shEuAndreh2021-01-261-1/+1
|
* Release 0.1.0, add CHANGELOG.mdv0.1.0EuAndreh2021-01-261-2/+3
|
* mv build-aux/assert-todos.sh build-aux/workflow/, updating to the latest versionEuAndreh2021-01-251-1/+1
|
* Add tests/ranking.shEuAndreh2021-01-241-0/+1
|
* Add tests/signals.shEuAndreh2021-01-241-0/+1
|
* Makefile: Clean tests/test-profiles/ on "clean" targetEuAndreh2021-01-241-1/+1
|
* Remove tests/all.shEuAndreh2021-01-241-1/+0
|
* Add tests/cli-opts.sh testsEuAndreh2021-01-241-0/+1
|
* Makefile: Add assert-todos.sh to check phaseEuAndreh2021-01-221-0/+1
|
* Add build-aux/assert-shellcheck.sh and run in "check" targetEuAndreh2021-01-221-0/+5
|
* Makefiile: Add dependencies to "public" targetEuAndreh2021-01-221-1/+1
|
* Makefile: Add missing $(VERSION), $(DATE), and dist target to control themEuAndreh2021-01-221-1/+16
|
* Makefile: Add .PHONY marker to targetsEuAndreh2021-01-221-0/+2
|
* Makefile: Add uninstall targetEuAndreh2021-01-221-0/+6
|
* Makefile: Fix typo in man5 pathEuAndreh2021-01-221-1/+1
|
* Makefile: Fix call to do_substEuAndreh2021-01-221-2/+2
|
* Makefile: Use a single mkdir over multiple installsEuAndreh2021-01-221-3/+3
|
* Makefile: replace @VARS@ and use $(MANPREFIX)EuAndreh2021-01-221-4/+11
|
* Generate public/index.html using build-aux/workflow/README.shEuAndreh2021-01-211-2/+3
|
* Add build-aux/workflow/ to generated TODOs.html from TODOs.mdEuAndreh2021-01-211-0/+7
|
* Add current working filesEuAndreh2021-01-211-0/+15