aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-02 00:16:10 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-02 00:16:10 +0100
commit4e564b086a3cd5096b5d993f7e53b17574caf5db (patch)
treec9665e9818cfecede53100c4a5d137a54748e39e /Makefile
parente0e46561bd64dfb71cd428a639b90bd3b00fa31f (diff)
downloadmht-4e564b086a3cd5096b5d993f7e53b17574caf5db.tar.gz
Update style
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6709bbf..c5ad251 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
index.html: ../master/mht.1
- mandoc -T html -O fragment $< > $@
+ 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/<td class="head-rtitle"/& style="text-align: right;"/;s/<table class="head"/& style="width: 100%;"/;s/<td class="foot-os"/& style="text-align: right;"/;s/<table class="foot"/& style="width: 100%;"/;s/<h2/<h3/;s/<h1/<h2/;s </h2 </h3 ;s </h1 </h2 ' > $@