aboutsummaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Expand)Author
2021-06-10build-aux: Do not override org-html--svg-image.•••SVG image export works correctly out of the box in org. * build-aux/build-home-page.el (org-html--svg-image): Delete function. Arun Isaac
2021-06-10README: Add continuous integration badges.•••* README.org (ci-badge): New macro. Add continuous integration badges. * build-aux/build-home-page.el (org-html--svg-image): Override org-html--svg-image to export svg using an img tag instead of an object tag. Arun Isaac
2021-05-24Build 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-04-26Run 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