summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Collapse)Author
3 daysguix: Move website building out of Makefile.Arun Isaac
3 daysbin: Use dirname of script instead of which to find run64.Arun Isaac
3 daysMakefile: Explain why we don't substitute guile at installation.Arun Isaac
3 daysMakefile: 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