From e204808741ab424bdd027b5b8f65edfd74c46f95 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 19 Oct 2020 13:57:09 +0200 Subject: Better emphasis of the first two paragraph --- makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'makefile') 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 > $@ -- cgit v1.2.3