diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 '<article>' >> tmp.html @$(MD) $< >> tmp.html |