aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mv po4a.cfg po/EuAndreh2023-04-021-1/+1
|
* Revamp code under aux/EuAndreh2023-04-011-41/+36
|
* Revamp CI: simpler variant of the same functionalityEuAndreh2023-04-011-0/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 1a3208d43f837768e18219ca4e79fe31bf748865 git notes --ref=refs/notes/ci-data show 1a3208d43f837768e18219ca4e79fe31bf748865 Exit status: 2 Duration: 4
* Release v0.3.0v0.3.0EuAndreh2023-03-221-2/+2
|
* Makefile: Remove rules for C filesEuAndreh2022-11-081-30/+4
|
* Makefile: Indent object file dependencyEuAndreh2021-09-061-1/+1
|
* Makefile: Generate src/config.h from src/config.h.inEuAndreh2021-09-051-12/+5
|
* Remove tests/install-uninstall.sh in favor of repocheck.shEuAndreh2021-09-011-1/+0
|
* Refactor C files, split logerr and tests-libEuAndreh2021-09-011-6/+38
|
* mv src/remembering-c.c src/remembering.cEuAndreh2021-09-011-7/+10
|
* Makefile: s/run-tests/remembering-tests/EuAndreh2021-09-011-3/+3
|
* Makefile: Revamp "clean" targetEuAndreh2021-09-011-3/+7
|
* Makefile: Refactor personal workflow targets to include new translations flowEuAndreh2021-09-011-7/+21
|
* Makefile: Add repocheck.sh to "dev-check" target, separate it from the ↵EuAndreh2021-09-011-7/+15
| | | | canonical path
* Makefile: Use quotes around macro namesEuAndreh2021-09-011-11/+11
|
* Makefile: Use chmod when generating src/remembering instead of afterwardsEuAndreh2021-09-011-1/+1
| | | | | Now running "make" for the second time will say everything is up-to-date, instead of always changing the permission again and again.
* Makefile: Use DEFS over CFLAGS for definesEuAndreh2021-06-271-2/+5
|
* Makefile: Remove $(LDLIBS)EuAndreh2021-06-271-1/+1
|
* Makefile: s/DEFS/CFLAGS/EuAndreh2021-06-271-1/+1
|
* tests/install-uninstall.sh: Add test for install/uninstallEuAndreh2021-06-261-0/+1
|
* aux/: Update, adapt Makefile accordinglyEuAndreh2021-06-261-6/+6
|
* Makefile, README.md: Adapt to changes in aux/EuAndreh2021-06-261-16/+35
|
* Makefile: Remove fallible/valgrind tests for nowEuAndreh2021-06-261-3/+1
|
* git grep -l '\./remembering' | xargs sed -i ↵EuAndreh2021-06-261-0/+1
| | | | 's|\./remembering|./src/remembering|g'
* Makefile: Use inference rules, disable Valgrind testsEuAndreh2021-06-261-23/+8
|
* Makefile: Stop specifying CFLAGS, LDFLAGS and CCEuAndreh2021-06-191-4/+0
|
* Setup base i18n infrastructureEuAndreh2021-06-191-12/+6
|
* Makefile: use mkdir+cp over installEuAndreh2021-06-171-1/+2
|
* aux/workflow/assert-changelog.sh: UpdateEuAndreh2021-06-171-1/+1
|
* Makefile: Remove .PHONY targetEuAndreh2021-06-161-2/+0
|
* Makefile: Use pandoc over groff to generate HTML from manpagesEuAndreh2021-06-141-1/+1
|
* Makefile: Move $(DEFS) close to other C variablesEuAndreh2021-06-141-1/+1
|
* 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
|