Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-05 | build-aux: Abstract out opening an archive file. | Arun Isaac | |
* build-aux/distcheck.scm (call-with-archive-file): New function. (package-in-archive): Use call-with-archive-file. * .dir-locals.el (scheme-mode): Indent call-with-archive-file correctly. | |||
2022-01-05 | Makefile: Add dist and distcheck targets. | Arun Isaac | |
* Makefile (GIT, GPG, LZIP, distribute_files, dist_archive): New variables. (.PHONY): Add dist and distcheck. (dist, $(dist_archive), distcheck): New targets. (%.asc): New pattern rule. (clean): Clean $(dist_archive) and $(dist_archive).asc. * build-aux/distcheck.scm: New file. | |||
2022-01-03 | build-aux: Add website build script. | Arun Isaac | |
* build-aux/build-home-page.el: New file. |