From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A114D138350 for ; Fri, 28 Feb 2020 06:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8DB2E0897; Fri, 28 Feb 2020 06:26:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B95DBE0897 for ; Fri, 28 Feb 2020 06:26:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FF4434F424 for ; Fri, 28 Feb 2020 06:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E131A101 for ; Fri, 28 Feb 2020 06:26:18 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1582871101.2b33c9a170b122b6fd4ff33718698b25baaca889.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: /, bin/ X-VCS-Repository: proj/devmanual X-VCS-Files: bin/gen-eclass-html.sh devbook.xsl X-VCS-Directories: bin/ / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2b33c9a170b122b6fd4ff33718698b25baaca889 X-VCS-Branch: master Date: Fri, 28 Feb 2020 06:26:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce5f1516-0678-4e84-8ee9-87864fe3ed37 X-Archives-Hash: 916450ec4a4e0c13c4967d17eb4c027d commit: 2b33c9a170b122b6fd4ff33718698b25baaca889 Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 25 16:27:04 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 28 06:25:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2b33c9a1 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 – escape. Signed-off-by: Ulrich Müller gentoo.org> bin/gen-eclass-html.sh | 2 +- devbook.xsl | 2 +- 2 files changed, 2 insertions(+), 2 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' - @TITLE@ - Gentoo Development Guide + @TITLE@ – Gentoo Development Guide diff --git a/devbook.xsl b/devbook.xsl index 0fd8766..69a3b9a 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -452,7 +452,7 @@ - <xsl:value-of select="/guide/chapter[1]/title"/> – Gentoo Development Guide + <xsl:value-of select="/guide/chapter[1]/title"/> – Gentoo Development Guide