diff options
author | Brian Evans <grknight@gentoo.org> | 2019-03-22 15:45:43 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-03-22 15:45:43 -0400 |
commit | b6b4d4ed8430f37e3b809096be1ab3d99ce7fe05 (patch) | |
tree | a6d857b85b2dea3e4be917d506796f208ada8d88 /bin | |
parent | Add list-group attributes to some items (diff) | |
download | devmanual-b6b4d4ed8430f37e3b809096be1ab3d99ce7fe05.tar.gz devmanual-b6b4d4ed8430f37e3b809096be1ab3d99ce7fe05.tar.bz2 devmanual-b6b4d4ed8430f37e3b809096be1ab3d99ce7fe05.zip |
Reorder title header of generated pages
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gen-eclass-html.sh | 2 |
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."> |