From 850ec873a83bd0531fa5b95c8da65697150bb891 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 31 Aug 2023 16:40:14 -0400 Subject: [PATCH] fix the help stylesheet, from horia --- Makefile | 2 +- docs/changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56e2fa9..f382c8a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ honk: .preflightcheck schema.sql *.go go.mod 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 index 39c2b56..d7d745a 100644 --- 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.