aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-03-22 15:45:43 -0400
committerBrian Evans <grknight@gentoo.org>2019-03-22 15:45:43 -0400
commitb6b4d4ed8430f37e3b809096be1ab3d99ce7fe05 (patch)
treea6d857b85b2dea3e4be917d506796f208ada8d88
parentAdd list-group attributes to some items (diff)
downloaddevmanual-b6b4d4ed8430f37e3b809096be1ab3d99ce7fe05.tar.gz
devmanual-b6b4d4ed8430f37e3b809096be1ab3d99ce7fe05.tar.bz2
devmanual-b6b4d4ed8430f37e3b809096be1ab3d99ce7fe05.zip
Reorder title header of generated pages
Signed-off-by: Brian Evans <grknight@gentoo.org>
-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 f97f2c7..65b70f0 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -47,7 +47,7 @@ for i in $(/usr/bin/qlist eclass-manpages) /usr/share/man/man5/ebuild.5.bz2; do
<!DOCTYPE html><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>Gentoo Development Guide: $BASENAME</title>
+ <title>$BASENAME - Gentoo Development Guide</title>
<link rel="stylesheet" href="../../devmanual.css" type="text/css">
<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.">