diff options
-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. |