summaryrefslogtreecommitdiff
path: root/default.mk
AgeCommit message (Collapse)Author
2025-11-30make: Add test-interactive targetJonas Bernoulli
2025-11-30make: Add new EMACS_Q_ARG variableJonas Bernoulli
It defaults to "-Q" but users can instead use "-q", which is useful if "site-start.el" contains essential settings. Also add `EMACS_BATCH' and `EMACS_ORG', and rework use of related variables.
2025-11-30make: Duplicate %.elc targetJonas Bernoulli
Do so to keep "default.mk" and "lisp/Makefile" in sync with the respective files from other packages.
2025-11-30make: No longer undeprecate if-let and when-letJonas Bernoulli
We now use the implementations from the Cond-Let package.
2025-11-13make: Use absolute urls in exported manualsJonas Bernoulli
2025-11-13Publish manual and statistics using webdavJonas Bernoulli
Re magit/magit#5472.
2025-10-19Use Cond-Let's implementations of {if,when}-let{,*} and and-let*Jonas Bernoulli
2025-05-16Add testsJonas Bernoulli
2024-11-02make: Undeprecate if-let and when-letJonas Bernoulli
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=+73853.
2024-10-18make: Remove with-key from DEPSJonas Bernoulli
This is no longer necessary for check-declare and since it is no longer being mirrored on the Emacsmirror, this entry actually caused the Emacs repository to be cloned during CI.
2024-08-17make: Re-generate %.texi if HEAD changed since previous runJonas Bernoulli
2023-10-24Require seq-2.24Jonas Bernoulli
2022-05-09make: Run check-declare-directoryJonas Bernoulli
2022-04-22Depend on compat package from GNU ElpaJonas Bernoulli
2022-03-21make: Set GITSTATSJonas Bernoulli
2021-12-26manual: Use updated support for definition commandsJonas Bernoulli
Instead of ox-texinfo+.el use the new implementation that I expect to be merged into Org itself.
2021-12-16make: Set more variables in default.mkJonas Bernoulli
2021-12-16make: Update stats targetJonas Bernoulli
2021-12-15make: Add stats targetJonas Bernoulli
2021-11-08manual: Use Org macrosJonas Bernoulli
2021-10-24make: Remove dash dependencyJonas Bernoulli
We stopped requiring that a while ago.
2021-05-25make: Set VERSIONJonas Bernoulli
Otherwise it would have to be set explicitly when running "make release".
2021-05-24make: Update path to ox-extraJonas Bernoulli
2019-03-01No longer depend on lv to display the transient bufferJonas Bernoulli
2019-02-15make: Don't try to build removed transient-demo.elJonas Bernoulli
2019-02-14Release version 0.1.0v0.1.0Jonas Bernoulli