aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-11-11 11:44:47 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-11-11 11:44:47 +0100
commitd0e29efbdfb24ab18dcf99bc694b6ddc843c0352 (patch)
treeb88cf3f03ed917271bfc31d55b635ab165ded420 /Makefile
parent6c16206a62ebed3798ea9394ffbd54d9d3b3aa7f (diff)
downloadrf-d0e29efbdfb24ab18dcf99bc694b6ddc843c0352.tar.gz
update foot table style
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d1a3d2..20d334d 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/<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 ' > $@
+ 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/<table class="foot"/& style="width: 100%;"/;s/<h2/<h3/;s/<h1/<h2/;s </h2 </h3 ;s </h1 </h2 ' > $@