From 887e866bd319502403bd475a1870dd71a3c7f4df Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 22 Jun 2019 21:25:58 +0530 Subject: Build website. * Makefile.am (website, website/index.html): Add build targets. (clean-local): Add clean target. * build-website.el: New file. --- Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a0b3592..a8df177 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,3 +67,13 @@ EXTRA_DIST += \ build-aux/test-driver.scm \ COPYING \ README.org + +website: html website/index.html + cp -vr doc/guile-email.html website/manual + +website/index.html: README.org + mkdir -p website + emacs -Q --script build-website.el + +clean-local: + rm -rf website -- cgit v1.2.3