aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2019-08-09Distribute test data files.Arun Isaac
* Makefile.am (EXTRA_DIST): Add tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part and tests/email-with-8bit-encoding-and-non-utf8-charset.
2019-07-28Update Copyright header.Arun Isaac
* Makefile.am: Update Copyright header.
2019-07-28utils: Return eof-object from read-bytes-till on end of file.Arun Isaac
* email/utils.scm (read-bytes-till): Return eof-object, not #vu8(), on end of file. * tests/utils.scm: New file. * Makefile.am (SCM_TESTS): Register it.
2019-06-22Build website.Arun Isaac
* Makefile.am (website, website/index.html): Add build targets. (clean-local): Add clean target. * build-website.el: New file.
2019-06-22doc: Create texinfo documentation.Arun Isaac
* doc/guile-email.texi: New file. * Makefile.am (info_TEXINFOS): Register it.
2018-11-14Distribute README.orgv0.1.0Arun Isaac
* Makefile.am (EXTRA_DIST): Register README.org.
2018-10-01tests: Add tests for (email email).Arun Isaac
* tests/email.scm: New file. * Makefile.am (SCM_TESTS): Register it.
2018-09-11tests: Add tests for (email quoted-printable).Arun Isaac
* build-aux/test-driver.scm: New file. * tests/quoted-printable.scm: New file. * Makefile.am (TEST_EXTENSIONS, SCM_TESTS, TESTS, SCM_LOG_DRIVER): New variables. (EXTRA_DIST): Register new files for distribution.
2018-09-08Set up the GNU build system.Arun Isaac
* Makefile.am, bootstrap.sh, configure.ac, pre-inst-env.in: New files.