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:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user