From a26755484c4f0da3df24e8e5a02bd2f312b1bffc Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 3 Jun 2023 18:32:50 -0500 Subject: [PATCH] Typo in comment --- make_files/make_docs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_files/make_docs.mk b/make_files/make_docs.mk index a0b7b1a..e4a91ad 100644 --- a/make_files/make_docs.mk +++ b/make_files/make_docs.mk @@ -31,7 +31,7 @@ HTML_SINGLE_TARGET := html-single ## ## LOCALHTML ## To generate multi-page html output and access it via "file://" URLs -## define this to something, e.g.:: make LOCALHTML=y html +## define this to something, e.g.: make LOCALHTML=y html ifdef LOCALHTML ifndef SDB_HTML_FMT SDB_HTML_FMT := localhtml -- 2.34.1