diff options
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 c4bf107..9b01f1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,8 +71,9 @@ EXTRA_DIST += \ COPYING \ README.org -website: html website/index.html +website: html releases website/index.html cp -vr doc/guile-email.html website/manual + cp -vr releases website/ website/index.html: README.org mkdir -p website |