summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2021-06-18Use MKDIR_P.•••* Makefile.am (website/index.html): Use MKDIR_P instead of `mkdir -p'. Arun Isaac
2021-06-18Copy manual to website in a separate target.•••* Makefile.am (website/manual/dev/en): New target. (website): Depend on website/manual/dev/en instead of building directly. Do not depend on phony target html. Arun Isaac
2021-06-18website: Move releases into website directory.•••If the releases directory is already in the website directory, then we don't need to redundantly copy it while building the website. * releases: Move to website/releases. * Makefile.am (website): Do not copy releases. (clean-local): Do not clean website/releases. Arun Isaac
2020-05-25tests: Add tests for (email base64).•••* tests/encoding.scm: Move common code for encoding tests to this new file. * tests/quoted-printable.scm: Load encoding.scm. * tests/base64.scm: New file. * Makefile.am (SCM_TESTS): Register tests/base64.scm. Arun Isaac
2019-12-16Use guild instead of guile-tools.•••* Makefile.am (.scm.go): Use guild instead of guile-tools to build scm files. Arun Isaac
2019-09-17Install go files in libdir.•••Guile looks for compiled go files in libdir. So, put them there. * Makefile.am (godir): Set to libdir, instead of moddir. Arun Isaac
2019-08-09website: Move manual to link with version and language information.•••* Makefile.am (website): Publish manual to link with version and language information. * README.org (Documentation): Update link to manual. Arun Isaac
2019-08-09README: Publish releases in new Download section.•••* Makefile.am (website): Publish releases folder on website. * README.org (Download): New section. Arun Isaac
2019-08-09tests: Run tests with correct path.•••* build-aux/test-driver.scm: Rename to build-aux/test-driver.scm.in. * build-aux/test-driver.scm.in: Specify log file as an absolute path. Change to top level source directory before running tests. * configure.ac: Generate test-driver.scm. * Makefile.am (EXTRA_DIST): Unregister build-aux/test-driver.scm. Register build-aux/test-driver.scm.in. Arun Isaac
2019-08-09Distribute test data files.•••* 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. Arun Isaac
2019-07-28Update Copyright header.•••* Makefile.am: Update Copyright header. Arun Isaac
2019-07-28utils: Return eof-object from read-bytes-till on end of file.•••* 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. Arun Isaac
2019-06-22Build website.•••* Makefile.am (website, website/index.html): Add build targets. (clean-local): Add clean target. * build-website.el: New file. Arun Isaac
2019-06-22doc: Create texinfo documentation.•••* doc/guile-email.texi: New file. * Makefile.am (info_TEXINFOS): Register it. Arun Isaac
2018-11-14Distribute README.org•••* Makefile.am (EXTRA_DIST): Register README.org. v0.1.0Arun Isaac
2018-10-01tests: Add tests for (email email).•••* tests/email.scm: New file. * Makefile.am (SCM_TESTS): Register it. Arun Isaac
2018-09-11tests: Add tests for (email quoted-printable).•••* 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. Arun Isaac
2018-09-08Set up the GNU build system.•••* Makefile.am, bootstrap.sh, configure.ac, pre-inst-env.in: New files. Arun Isaac