135cdbfa6d7d — Ted Unangst v1.1.1 8 months ago
fix the help stylesheet, from horia
2 files changed, 5 insertions(+), 1 deletions(-)

M Makefile
M docs/changelog.txt
M Makefile +1 -1
@@ 9,7 9,7 @@ honk: .preflightcheck schema.sql *.go go
 
 help:
 	for m in docs/*.[13578] ; do \
-	mandoc -T html -O style=mandocs.css,man=%N.%S.html $$m | sed -E 's/<a class="Lk" href="([[:alnum:]._-]*)">/<img src="\1"><br>/g' > $$m.html ; \
+	mandoc -T html -O style=mandoc.css,man=%N.%S.html $$m | sed -E 's/<a class="Lk" href="([[:alnum:]._-]*)">/<img src="\1"><br>/g' > $$m.html ; \
 	done
 
 clean:

          
M docs/changelog.txt +4 -0
@@ 1,5 1,9 @@ 
 changelog
 
+### 1.1.1 Required Refinement
+
++ Fix help file stylesheet link.
+
 ### 1.1.0 Eventual Enshittification
 
 + Fix backup command.