From 57d0de6230a95866f7b866cbe4b3481d10dfd1a2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 9 Aug 2019 14:05:27 +0530 Subject: website: 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9b01f1d..213073e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,7 +72,8 @@ EXTRA_DIST += \ README.org website: html releases website/index.html - cp -vr doc/guile-email.html website/manual + mkdir -p website/manual/dev + cp -vr doc/guile-email.html website/manual/dev/en cp -vr releases website/ website/index.html: README.org -- cgit v1.2.3