guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: website: Create a top-level index.html.


From: Ludovic Courtès
Subject: 01/01: website: Create a top-level index.html.
Date: Mon, 15 Jul 2019 16:52:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix-artwork.

commit cc82db1561a41862126a2e232aa740f6f6c48fe6
Author: Ludovic Courtès <address@hidden>
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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]