about summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Collapse)Author
2025-11-17Makefile: Add release building rules.Arun Isaac
2025-11-17guix: Move website building out of Makefile.Arun Isaac
2025-11-17bin: Use dirname of script instead of which to find run64.Arun Isaac
2025-11-17Makefile: Explain why we don't substitute guile at installation.Arun Isaac
2025-11-17Makefile: Remove conditional variable assignment.Arun Isaac
We don't need conditional variable assignment to override variables on the command line.
2022-03-10Makefile: Substitute absolute path to run64 while installing.Arun Isaac
This avoids having to depend on which. * Makefile (SED): New variable. (install): Substitute absolute path to guile-run64.
2022-01-23Makefile: Add standard directory variables.Arun Isaac
* Makefile (prefix, exec_prefix, bindir): New variables.
2022-01-23website: Add website.Arun Isaac
* build-aux/build-home-page.el, website/style.css: New files. * Makefile (EMACS): New variable. (website, website/index.html): New targets.
2022-01-23Initial commitArun Isaac