guix-commits
[Top][All Lists]
Advanced

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

01/01: website: manual-url: Despecialize for guix.info.


From: Ricardo Wurmus
Subject: 01/01: website: manual-url: Despecialize for guix.info.
Date: Thu, 2 May 2019 08:57:41 -0400 (EDT)

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

commit ce2258003b58f050a1c70955a4028de5595e3055
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 2 14:56:50 2019 +0200

    website: manual-url: Despecialize for guix.info.
    
    * website/apps/base/utils.scm (manual-url): Remove special case when
    GUIX_WEB_SITE_INFO is set.
---
 website/apps/base/utils.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/website/apps/base/utils.scm b/website/apps/base/utils.scm
index 340d9b6..bd8f893 100644
--- a/website/apps/base/utils.scm
+++ b/website/apps/base/utils.scm
@@ -113,10 +113,8 @@
      A URL path. For example:
      /software/guix/manual/en/html_node/System-installation.html."
   (string-append
-   (guix-url (string-append (if (getenv "GUIX_WEB_SITE_INFO")
-                                (string-append "manual/" language "/")
-                                (string-append "manual/" language
-                                               "/html_node/"))
+   (guix-url (string-append (string-append "manual/" language
+                                           "/html_node/")
                             subpath))))
 
 



reply via email to

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