aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Don't rely on gzip for "install" targetEuAndreh2021-06-131-2/+2
|
* Makefile: Use $(NAME) variableEuAndreh2021-06-131-2/+2
|
* Makefile: Add ./aux/workflow/assert-manpages.sh to "dev-check" targetEuAndreh2021-06-131-0/+1
|
* Makefile: Add "clean public dev-check" as dependency of the "dist" targetEuAndreh2021-06-111-1/+1
|
* tests/ranking.sh: Move $LANG configuration to inside of the test fileEuAndreh2021-06-081-1/+1
|
* tests/ranking.sh: Use LANG=C.UTF-8 for consistent sortingEuAndreh2021-06-071-1/+1
|
* Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)"EuAndreh2021-06-061-2/+2
| | | | This reverts commit 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef.
* Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)EuAndreh2021-06-061-2/+2
|
* README.md: Add explicit "Links" and "Releases" sectionsEuAndreh2021-06-061-11/+13
| | | | | | | | | | | | | | | | | | | Instead of generating the "Links" and "Releases" sections on the fly and adding them to the end of the README.md before processing it with aux/workflow/README.sh, embed those sections directly and use aux/workflow/assert-readme.sh to make sure the metadata is there. Before we had: 1. generate "Links" and "Releases" on the fly inside aux/workflow/README.sh; 2. add those sections to the end of the README.md; 3. use the custom pandoc build command inside the aux/workflow/README.sh file. Now we have: 1. embed "Links" and "Releases" in the README.md directly; 2. use aux/workflow/assert-readme.sh to validate the correct metadata; 3. use the vanilla aux/workflow/commonmark.sh to generate the HTML.
* Remove assert-clang-format.shEuAndreh2021-06-061-1/+0
| | | | | | | The default formatter uses spaces over tabs, and I can't get it to override that. The --style='{UseTab: Always}' should have done it, but it didn't work.
* mv src/remembering.in src/remembering.shEuAndreh2021-06-061-1/+1
|
* Revert "Makefile: Use "troff" over "groff""EuAndreh2021-03-091-1/+1
| | | | This reverts commit a649cf53498bb9bdff79a40eb39462d8ccd1a396.
* Makefile: Use valgrind flags from fallible-checkEuAndreh2021-03-081-8/+1
|
* Makefile: Use "troff" over "groff"EuAndreh2021-03-081-1/+1
|
* Makefile: Add missing -lfallible libraryEuAndreh2021-03-071-1/+1
|
* Makefile: indent $(NAME) variableEuAndreh2021-03-071-1/+1
|
* Makefile: Add -O3 to CFLAGSEuAndreh2021-03-041-1/+1
|
* Makefile: Remove remembering-sh in clean targetEuAndreh2021-03-041-1/+1
|
* Makefile: Remove test files in clean targetEuAndreh2021-03-041-1/+1
|
* Remove sharedc dependencyEuAndreh2021-03-031-1/+1
|
* Makefile: add simple switch between sh and C implementationsEuAndreh2021-03-031-2/+5
|
* Makefile: Add LDLIBS and LDFLAGSEuAndreh2021-02-281-2/+2
|
* Add assert-changelog.sh; change dependency of check -> dev-check targetsEuAndreh2021-02-281-7/+3
|
* Add aux/workflow/sign-tarballs.shEuAndreh2021-02-271-2/+4
|
* Makefile: put VERSION and DATE macros in $(DEFS) variableEuAndreh2021-02-241-4/+5
|
* Release 0.2.1v0.2.1EuAndreh2021-02-231-2/+2
|
* 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
|