summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
3 daysSwitch to using dejagnu for 'make check'Peter Mikkelsen
No tests yet. This commit exists just to see if the automatic builds will correctly run the tests and report failures.
13 daysFirst attempt at building on openbsdPeter Mikkelsen
2026-04-29Bump version to 0.2 (not released yet), and add a build filePeter Mikkelsen
This allows sourcehut to build the project on each commit
2026-04-04Start working on a website and some scripts to maintain itPeter Mikkelsen
* configure.ac (AM_INIT_AUTOMAKE): Add dist-bzip2 and dist-xz. (AC_CONFIG_FILES): Add scripts/publish-release and scripts/publish-release-docs. * doc/Makefile.am: Pass in package version to gendocs.sh. Set css for manual, and toplevel url. * doc/index_template.html: Set stylesheet link and reformat. * scripts/publish-release-docs.in: New file. * scripts/publish-release.in: New file. * scripts/publish-www: New file. * www/index.html: New file. * www/style.css: New file.
2026-04-04Initial import of the code into gitv0.1Peter Mikkelsen