aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-25 17:27:04 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-28 07:25:01 +0100
commit2b33c9a170b122b6fd4ff33718698b25baaca889 (patch)
tree47ca825bbdc8963d26a25226cbb6932f9b5de310 /bin
parentbin/gen-eclass-html.sh: New option -n to create a placeholder file. (diff)
downloaddevmanual-2b33c9a170b122b6fd4ff33718698b25baaca889.tar.gz
devmanual-2b33c9a170b122b6fd4ff33718698b25baaca889.tar.bz2
devmanual-2b33c9a170b122b6fd4ff33718698b25baaca889.zip
bin/gen-eclass-html.sh: Use en-dash in page title.
For consistency with devbook.xsl. The literal character is visually indistinguishable from other dashes when using a fixed-width font, therefore replace it by an &#x2013; escape. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gen-eclass-html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index ed43090..88f05a0 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -10,7 +10,7 @@ IFS='' read -r -d '' HEADER << 'EOF'
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>@TITLE@ - Gentoo Development Guide</title>
+ <title>@TITLE@ &#x2013; Gentoo Development Guide</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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.">
<link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen">