diff options
author | Arun Isaac | 2019-08-09 14:05:27 +0530 |
---|---|---|
committer | Arun Isaac | 2019-08-09 14:14:18 +0530 |
commit | 57d0de6230a95866f7b866cbe4b3481d10dfd1a2 (patch) | |
tree | bd237f1ba132de52d8decc96c3ce40ec13de3fa5 | |
parent | a347918ca263d50e49d8be50c0e7421afcff9257 (diff) | |
download | guile-email-57d0de6230a95866f7b866cbe4b3481d10dfd1a2.tar.gz guile-email-57d0de6230a95866f7b866cbe4b3481d10dfd1a2.tar.lz guile-email-57d0de6230a95866f7b866cbe4b3481d10dfd1a2.zip |
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.
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | 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 @@ -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. |