civodul pushed a commit to branch master
in repository guix-artwork.
commit cc82db1561a41862126a2e232aa740f6f6c48fe6
Author: Ludovic Courtès <[email protected]>
Date: Mon Jul 15 22:51:32 2019 +0200
website: Create a top-level index.html.
* website/.guix.scm (build): Create a top-level index.html.
---
website/.guix.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/website/.guix.scm b/website/.guix.scm
index 06ddbd0..068ef0d 100644
--- a/website/.guix.scm
+++ b/website/.guix.scm
@@ -69,7 +69,8 @@
"/bin/haunt")
"build"))
(mkdir-p #$output)
- (copy-recursively "/tmp/gnu.org/software/guix" #$output))))))
+ (copy-recursively "/tmp/gnu.org/software/guix" #$output)
+ (symlink "guix.html" (string-append #$output "/index.html")))))))
(computed-file "guix-web-site" build)