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 /Makefile.am | |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 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 |