Skip to content

Commit a2b331e

Browse files
committed
Tweak manh bin script styles, file locations.
1 parent c49fe9f commit a2b331e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/manh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ ! "$1" ]; then
2020
exit
2121
fi
2222

23-
cache_dir=$DOTFILES/caches/manhtml
23+
cache_dir=$DOTFILES/caches/manh
2424

2525
# Figure out what the filename should be.
2626
file="$cache_dir/${2:+$2.}$1.html"
@@ -32,7 +32,7 @@ file="$cache_dir/${2:+$2.}$1.html"
3232
[[ ! -e "$file" ]] && man "$@" >/dev/null && cat > "$file" <<EOF
3333
<!doctype html>
3434
<html>
35-
<link rel="stylesheet" href="../../conf/manhtml.css">
35+
<link rel="stylesheet" href="../../conf/manh/styles.css">
3636
<body>
3737
$(man "$@" 2>/dev/null | man2html -bare -nodepage)
3838
</body>

conf/manhtml.css renamed to conf/manh/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ i {
2424

2525
h2,
2626
pre {
27-
font-family: mplus-2m-medium, Monaco, monospace;
27+
font-family: mplus-2m-regular, Monaco, monospace;
2828
}
2929

3030
pre {

0 commit comments

Comments
 (0)