File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ ! "$1" ]; then
20
20
exit
21
21
fi
22
22
23
- cache_dir=$DOTFILES /caches/manhtml
23
+ cache_dir=$DOTFILES /caches/manh
24
24
25
25
# Figure out what the filename should be.
26
26
file=" $cache_dir /${2: +$2 .} $1 .html"
@@ -32,7 +32,7 @@ file="$cache_dir/${2:+$2.}$1.html"
32
32
[[ ! -e " $file " ]] && man " $@ " > /dev/null && cat > " $file " << EOF
33
33
<!doctype html>
34
34
<html>
35
- <link rel="stylesheet" href="../../conf/manhtml .css">
35
+ <link rel="stylesheet" href="../../conf/manh/styles .css">
36
36
<body>
37
37
$( man " $@ " 2> /dev/null | man2html -bare -nodepage)
38
38
</body>
Original file line number Diff line number Diff line change 24
24
25
25
h2 ,
26
26
pre {
27
- font-family : mplus-2m-medium , Monaco, monospace;
27
+ font-family : mplus-2m-regular , Monaco, monospace;
28
28
}
29
29
30
30
pre {
You can’t perform that action at this time.
0 commit comments