summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-07-15 22:51:32 +0200
committerLudovic Courtès <ludo@gnu.org>2019-07-15 22:51:32 +0200
commitcc82db1561a41862126a2e232aa740f6f6c48fe6 (patch)
tree8f574beabab91ad38fac517bd5f18c60d4c71c54
parentwebsite: towards-guix-for-devops: Add backquotes and footer. (diff)
downloadguix-artwork-cc82db1561a41862126a2e232aa740f6f6c48fe6.tar.gz
website: Create a top-level index.html.
* website/.guix.scm (build): Create a top-level index.html.
-rw-r--r--website/.guix.scm3
1 files changed, 2 insertions, 1 deletions
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)