summaryrefslogtreecommitdiff
path: root/lisp/Makefile
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-30make: Duplicate %.elc targetJonas Bernoulli
Do so to keep "default.mk" and "lisp/Makefile" in sync with the respective files from other packages.
2025-10-30make: Rename and clean up autoloads targetJonas Bernoulli
2025-10-30make: Update loaddefs targetJonas Bernoulli
- Provide feature in autoload rubric. - Suppress most messages using `inhibit-message'. - No longer double down on `autoload-timestamps's default value.
2025-05-16Add testsJonas Bernoulli
2025-05-16make: CosmeticsJonas Bernoulli
2022-10-20make: Suppress warning about obsolete autoload packageJonas Bernoulli
2022-05-09make: Run check-declare-directoryJonas Bernoulli
2022-04-22make: Improve creation of autoloads fileJonas Bernoulli
2022-04-22make: Right-align target verbsJonas Bernoulli
2021-12-16make: CosmeticsJonas Bernoulli
For consistency with Makefiles of related repositories.
2019-02-14Release version 0.1.0v0.1.0Jonas Bernoulli