summaryrefslogtreecommitdiff
path: root/default.mk
AgeCommit message (Collapse)Author
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-13make: Use absolute urls in exported manualsJonas Bernoulli
2025-11-13Publish manual and statistics using webdavJonas Bernoulli
Re magit/magit#5472.
2024-08-17make: Re-generate %.texi if HEAD changed since previous runJonas Bernoulli
2022-05-03Don't load any optional dependencies at compile-time onlyJonas Bernoulli
Instead rely on `declare-function' and variable declarations. Closes #112.
2022-05-03make: Remove dash from DEPSJonas Bernoulli
The dependency on `dash' has already been dropped earlier.
2022-04-22Depend on compat packageJonas 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-16Add lisp/ and docs/ directoriesJonas Bernoulli