aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-11-11 11:32:37 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-11-11 11:32:37 +0100
commitdab6c180bf966c495bf7f06ff355fe1d9c82c4ce (patch)
tree38c70105b2d5448e9cb7744074b64f9037a09ff5 /Makefile
parentdfd1ec7d1500eeae1981cd5d0e03e1d97d705fe8 (diff)
downloadrf-dab6c180bf966c495bf7f06ff355fe1d9c82c4ce.tar.gz
regenerate manual (add performance info)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f68fd2c..91f269a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
index.html: ../master/rf.1
- man -T html -O fragment $< > $@
+ 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 ' > $@