Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: /, bin/
Date: Wed, 22 Jan 2020 18:24:06
Message-Id: 1579716399.24bc25cc1e80f77924fabf5bbe7e4afeb1980716.ulm@gentoo
1 commit: 24bc25cc1e80f77924fabf5bbe7e4afeb1980716
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 18:06:39 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 18:06:39 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=24bc25cc
7
8 devbook.xsl: Load devmanual.css stylesheet last.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 bin/gen-eclass-html.sh | 2 +-
13 devbook.xsl | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
17 index 6ecfe9c..40f8490 100755
18 --- a/bin/gen-eclass-html.sh
19 +++ b/bin/gen-eclass-html.sh
20 @@ -11,11 +11,11 @@ IFS='' read -r -d '' HEADER << 'EOF'
21 <head>
22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
23 <title>@TITLE@ - Gentoo Development Guide</title>
24 - <link rel="stylesheet" href="../../devmanual.css" type="text/css">
25 <meta name="viewport" content="width=device-width, initial-scale=1.0">
26 <meta name="description" content="The Gentoo Devmanual is a technical manual which covers topics such as writing ebuilds and eclasses, and policies that developers should be abiding by.">
27 <link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen">
28 <link href="https://assets.gentoo.org/tyrian/tyrian.min.css" rel="stylesheet" media="screen">
29 + <link rel="stylesheet" href="../../devmanual.css" type="text/css">
30 <link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon">
31 </head>
32 <body>
33
34 diff --git a/devbook.xsl b/devbook.xsl
35 index 8d8d082..2bd73d8 100644
36 --- a/devbook.xsl
37 +++ b/devbook.xsl
38 @@ -449,11 +449,11 @@
39 <xsl:with-param name="append">../</xsl:with-param>
40 </xsl:call-template>
41 </xsl:variable>
42 - <link rel="stylesheet" href="{$relative_path_depth_recursion}devmanual.css" type="text/css" />
43 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
44 <meta name="description" content="The Gentoo Devmanual is a technical manual which covers topics such as writing ebuilds and eclasses, and policies that developers should be abiding by." />
45 <link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen" />
46 <link href="https://assets.gentoo.org/tyrian/tyrian.min.css" rel="stylesheet" media="screen" />
47 + <link rel="stylesheet" href="{$relative_path_depth_recursion}devmanual.css" type="text/css" />
48 <link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon" />
49 </head>
50 <body>