Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'make publish' target. | David Thompson | 2021-03-18 | 1 | -0/+5 |
| | |||||
* | Fix moddir/godir in Makefile.am to use Guile effective version. | David Thompson | 2021-03-18 | 1 | -2/+2 |
| | |||||
* | Add test suite. | David Thompson | 2015-02-15 | 1 | -4/+19 |
| | | | | | | | | | | | | * .gitignore: Ignore test log files. * Makefile.am (TESTS, TEXT_EXTENSIONS, SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): New variable. (nobase_mod_DATA): Remove NOCOMP_SOURCES. (CLEANFILES): Add test log files. (EXTRA_DIST): Add test suite files. * tests/utils.scm: New file. * tests/subrip.scm: New file. * tests/webvtt.scm: New file. | ||||
* | Modularize! | David Thompson | 2015-02-07 | 1 | -1/+32 |
| | | | | | | | | | | | | | | * .gitignore: Ignore build artifacts. * Makefile.am: Compile Guile modules. * bootstrap: New file. * configure.ac: Create pre-inst-env. * pre-inst-env.in: New file. * scripts/srt2vtt: New file. * srt2vtt: Remove. * srt2vtt.scm: New file. * srt2vtt/subrip.scm: New file. * srt2vtt/ui.scm: New file. * srt2vtt/webvtt.scm: New file. | ||||
* | First commit. | David Thompson | 2015-01-07 | 1 | -0/+1 |