Age | Commit message (Collapse) | Author |
|
* Makefile.am: Comment on website build and clean rules.
|
|
* website/style.css: New file.
* Makefile.am (AM_MAKEINFOHTMLFLAGS): Set to --css-ref=/style.css.
* build-aux/build-website.el (org-html-head): Set to <link> tag
referencing external stylesheet.
|
|
* build-website.el: Move to build-aux/build-website.el.
* Makefile.am (website/index.html): Use build-aux/build-website.el
instead of build-website.el.
|
|
* configure.ac: Check for emacs.
* Makefile.am (website/index.html): Use EMACS from configure instead
of emacs.
|
|
* Makefile.am (website/index.html): Use MKDIR_P instead of `mkdir -p'.
|
|
* 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.
|
|
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.
|
|
* 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.
|
|
* Makefile.am (.scm.go): Use guild instead of guile-tools to build scm
files.
|
|
Guile looks for compiled go files in libdir. So, put them there.
* Makefile.am (godir): Set to libdir, instead of moddir.
|
|
* Makefile.am (website): Publish manual to link with version and
language information.
* README.org (Documentation): Update link to manual.
|
|
* Makefile.am (website): Publish releases folder on website.
* README.org (Download): New section.
|
|
* 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.
|
|
* 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.
|
|
* Makefile.am: Update Copyright header.
|
|
* 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.
|
|
* Makefile.am (website, website/index.html): Add build targets.
(clean-local): Add clean target.
* build-website.el: New file.
|
|
* doc/guile-email.texi: New file.
* Makefile.am (info_TEXINFOS): Register it.
|
|
* Makefile.am (EXTRA_DIST): Register README.org.
|
|
* tests/email.scm: New file.
* Makefile.am (SCM_TESTS): Register it.
|
|
* 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.
|
|
* Makefile.am, bootstrap.sh, configure.ac, pre-inst-env.in: New files.
|