Age | Commit message (Expand) | Author |
2021-05-24 | Add HTML manual to website.•••* Makefile.am (website/manual/dev/en): New target.
(website): Require website/manual/dev/en.
(AM_MAKEINFOHTMLFLAGS): Add --css-ref=/style.css to include CSS.
| Arun Isaac |
2021-05-24 | Add CSS to website.•••* Makefile.am (website/style.css): New target.
(website): Require website/style.css.
* style.css: New file.
| Arun Isaac |
2021-05-24 | Build website from README.org.•••* Makefile.am (website, website/index.html, clean-local): New targets.
* build-aux/build-home-page.el: New file.
| Arun Isaac |
2021-05-24 | Replace suffix rule with pattern rule.•••Suffix rules are deprecated and should not be used. Pattern rules are
clearer and more general.
* Makefile.am: Replace suffix rule to build scheme files with pattern
rule.
| Arun Isaac |
2021-05-24 | Install ccwl script.•••* Makefile.am (bin_SCRIPTS): Add scripts/ccwl.
| Arun Isaac |
2021-05-23 | Add manual.•••* doc/ccwl.texi: New file.
* Makefile.am (bin_SCRIPTS): Add doc/ccwl.texi.
| Arun Isaac |
2021-04-26 | Run tests in autotools build system.•••* build-aux/test-driver.scm.in: New file.
* configure.ac: Generate build-aux/test-driver.scm.
* Makefile.am (TEST_EXTENSIONS): Add .scm.
(SCM_TESTS): Add tests/ccwl.scm and tests/yaml.scm.
(TESTS): Set to SCM_TESTS.
(EXTRA_DIST): Distribute test files.
| Arun Isaac |
2021-04-26 | Add autotools build system.•••* Makefile.am, bootstrap.sh, configure.ac, pre-inst-env.in: New files.
| Arun Isaac |