diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-07-15 22:51:32 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-07-15 22:51:32 +0200 |
| commit | cc82db1561a41862126a2e232aa740f6f6c48fe6 (patch) | |
| tree | 8f574beabab91ad38fac517bd5f18c60d4c71c54 /website | |
| parent | website: towards-guix-for-devops: Add backquotes and footer. (diff) | |
| download | guix-artwork-cc82db1561a41862126a2e232aa740f6f6c48fe6.tar.gz | |
website: Create a top-level index.html.
* website/.guix.scm (build): Create a top-level index.html.
Diffstat (limited to 'website')
| -rw-r--r-- | website/.guix.scm | 3 |
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) |
