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 ++- README.org | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 diff --git a/README.org b/README.org index ffad6e7..79210d7 100644 --- a/README.org +++ b/README.org @@ -33,7 +33,7 @@ repository. * Documentation -[[https://guile-email.systemreboot.net/manual/][Documentation for guile-email]] is available online. If guile-email is +[[https://guile-email.systemreboot.net/manual/dev/en/][Documentation for guile-email]] is available online. If guile-email is installed on your machine, you may also read the manual using your info browser. -- cgit v1.2.3