# HG changeset patch # User Ted Unangst # Date 1693514414 14400 # Thu Aug 31 16:40:14 2023 -0400 # Node ID 135cdbfa6d7d1a9b1b436cb57d9837a943d83227 # Parent 01f5b426fdf3e6f9b53333ef232a346370a0b899 fix the help stylesheet, from horia diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ help: for m in docs/*.[13578] ; do \ - mandoc -T html -O style=mandocs.css,man=%N.%S.html $$m | sed -E 's//
/g' > $$m.html ; \ + mandoc -T html -O style=mandoc.css,man=%N.%S.html $$m | sed -E 's/
/
/g' > $$m.html ; \ done clean: diff --git a/docs/changelog.txt b/docs/changelog.txt --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,5 +1,9 @@ changelog +### 1.1.1 Required Refinement + ++ Fix help file stylesheet link. + ### 1.1.0 Eventual Enshittification + Fix backup command.