Age | Commit message (Expand) | Author |
2022-01-05 | build-aux: Check news during distcheck.•••* Makefile (distcheck): Pass version to distcheck script.
* build-aux/distcheck.scm (check-news): New function.
Check news.
| Arun Isaac |
2022-01-05 | Makefile: Add dist and distcheck targets.•••* 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.
| Arun Isaac |
2022-01-05 | Makefile: Abstract out test files.•••* Makefile (tests): New variable.
(check): Depend on tests.
| Arun Isaac |
2022-01-05 | configure: Output project name.•••* Makefile (project): Delete variable.
* configure: Pass the kolam, the project name, to configure.scm.
* configure.scm (processed-args): Capture the project name argument.
Output project name in Makefile.include.
| Arun Isaac |
2022-01-05 | Makefile: Differentiate project name and top level module directory.•••* Makefile (top_level_module_dir): New variable.
(sources, scmdir, godir): Use top_level_module_dir instead of project.
| Arun Isaac |
2022-01-05 | Makefile: Abstract out project name.•••* Makefile (project): New variable.
(sources, scmdir, godir): Use project.
| Arun Isaac |
2022-01-05 | Makefile: Specify phony targets on a single line.•••* Makefile (.PHONY): Specify phony targets---check, install and
clean---on a single line.
| Arun Isaac |
2022-01-05 | Makefile: Use install to create installation directories.•••* Makefile (install): Use the install command to create installation
directories.
| Arun Isaac |
2022-01-04 | Makefile: Clean up compiled objects.•••* Makefile (clean): Clean $(objects).
| Arun Isaac |
2022-01-04 | Makefile: Install scm and go files.•••* Makefile (scmdir, godir): New variables.
(install): New target.
| Arun Isaac |
2022-01-04 | configure: Generate Makefile.include.•••* configure.scm (option-proc, unrecognized-option-proc,
unrecognized-argument-proc): New functions.
(processed-args): New variable.
Generate Makefile.include.
* Makefile: Include Makefile.include.
(clean): Clean Makefile.include.
| Arun Isaac |
2022-01-04 | Makefile: Build scm files.•••* Makefile (GUILD, sources, objects): New variables.
(all, %.go): New targets.
| Arun Isaac |
2022-01-03 | Makefile: Add clean target.•••* Makefile (clean): New target.
| Arun Isaac |
2022-01-03 | Makefile: Add website target.•••* Makefile (EMACS): New variable.
(website, website/index.html): New targets.
| Arun Isaac |
2022-01-03 | Makefile: Add Makefile.•••* Makefile: New file.
| Arun Isaac |