aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-11-11 11:37:23 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-11-11 11:37:23 +0100
commit2deb67e46df44426cd074172f0bc617e751afc43 (patch)
tree98cce62d9598c66a4e870c779ae9b7b88dc5d475 /Makefile
parentdab6c180bf966c495bf7f06ff355fe1d9c82c4ce (diff)
downloadrf-2deb67e46df44426cd074172f0bc617e751afc43.tar.gz
update head table style
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91f269a..8d1a3d2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
index.html: ../master/rf.1
- man -T html -O fragment $< | sed 's/<a class="permalink"/& style="color: black; text-decoration: none;"/;s/<h2/<h3/;s/<h1/<h2/;s </h2 </h3 ;s </h1 </h2 ' > $@
+ man -T html -O fragment $< | sed 's/<a class="permalink"/& style="color: black; text-decoration: none;"/;s/<td class="head-vol"/& style="text-align: center;"/;s/<table class="head"/& style="width: 100%;"/;s/<h2/<h3/;s/<h1/<h2/;s </h2 </h3 ;s </h1 </h2 ' > $@