summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-01-04make: CosmeticsJonas Bernoulli
2025-11-30make: Add test-interactive targetJonas Bernoulli
2025-10-30make: Capitalize help descriptionsJonas Bernoulli
2025-05-16Add testsJonas Bernoulli
2024-08-16make release: Don't pass along $VERSIONJonas Bernoulli
This currently isn't being used.
2024-08-16make: Ensure documentation is cleaned up and regenerated when neededJonas Bernoulli
- Files are not the only inputs to `texi', so we cannot rely on their modification times alone, to determine whether a rebuild is required. The new `redo-docs' always regenerates the texi file and thus all other formats. Use that target before publishing the manual. - Teach `html-dir' to only regenerate if the texi file has actually been touched. - However when `html-dir' does regenerate, we must first remove all existing html files, to avoid files that used to be generated but are not being generated anymore, from sticking around.
2024-06-07make: Integrate texi targetJonas Bernoulli
Now that an Org version (9.6), which contains the necessary changes to ox-texinfo, has been released, we assume that users have the necessary tools.
2023-12-17make: Add redo targetJonas Bernoulli
2022-03-20Automatically publish statisticsJonas Bernoulli
2022-02-16make: Remove redundant bump-version targetJonas Bernoulli
The sisyphus package takes care of this now.
2021-12-16make: CosmeticsJonas Bernoulli
For consistency with Makefiles of related repositories.
2021-12-15make: Add stats targetJonas Bernoulli
2021-07-01make: Automatically set date in changelogJonas Bernoulli
2021-05-25make: Set VERSIONJonas Bernoulli
Otherwise it would have to be set explicitly when running "make release".
2021-04-19make: Add bump-version targetJonas Bernoulli
Make "texi" depend on it, which (while not "correct") ensures that it is run, even when I forget to do so.
2019-02-14Release version 0.1.0v0.1.0Jonas Bernoulli