replace non-breaking space characters with spaces

this is a formatting/publishing artifact that we don't need in the
Markdown, and the existence of those characters is throwing off some
other scripts

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2025-04-04 13:06:14 -05:00
parent 2e80f6e111
commit 50fd495b2c
4 changed files with 27406 additions and 139 deletions

View File

@@ -9,10 +9,10 @@ all: base-patches
base-patches: $(MD_CSRD)
cp -a $(MD_CSRD) $(CCSRD)
find patches/base -type f -name *.patch -exec echo ">> {}" \; -exec patch $(CCSRD) {} \;
find patches/base -type f -name \*.patch -exec echo ">> {}" \; -exec patch $(CCSRD) {} \;
web: base-patches
find patches/web -type f -name *.patch -exec echo ">> {}" \; -exec patch $(CCSRD) {} \;
find patches/web -type f -name \*.patch -exec echo ">> {}" \; -exec patch $(CCSRD) {} \;
cp -a $(WEBDIR) $(TMPDIR)/
mkdir -p $(PAGESDIR)
cp $(CCSRD) $(PAGESDIR)/index.md