summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorache <ache@ache.one>2020-10-19 13:57:09 +0200
committerache <ache@ache.one>2020-10-19 13:57:21 +0200
commite204808741ab424bdd027b5b8f65edfd74c46f95 (patch)
treeb489dd9b1d8e70363ddd50bb01d9f5f199444e90 /makefile
parentIncrease contrast, use darker color (diff)
Better emphasis of the first two paragraph
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index c136136..69cd138 100644
--- a/makefile
+++ b/makefile
@@ -38,7 +38,6 @@ articles/tmp/%_intro.html: articles/%.html
mkdir -p articles/tmp
@cat $< | $(CATCH_CMD) "h1" > $(@:.html=.htm)
@cat $< | $(CATCH_CMD) "h1 + p" | sed 's/res\//articles\/res\//' >> $(@:.html=.htm)
- @cat $< | $(CATCH_CMD) "h1 + p + p" >> $(@:.html=.htm)
m4 -D tmpFileNameArticle=$(@:.html=.htm) -D linkFileNameArticle=$(<:.html=) articles/intro.m4 > $@