From 83468c89d19da0d060740d874d03b37a9eebcf03 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Wed, 3 Nov 2021 22:52:37 +0100 Subject: fix Makefile on Linux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 497f830..7f94b50 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ about : .md.html: @echo "Processing $<" @cat template/header.html > tmp.html - @ARTICLE_TITLE=`head -n1 $< | cut -d'# ' -f2` ; \ + @ARTICLE_TITLE=`head -n1 $< | cut -d'#' -f2` ; \ sed -i "s/\$$title/$$ARTICLE_TITLE/g" tmp.html @echo '
' >> tmp.html @$(MD) $< >> tmp.html -- cgit v1.2.3