summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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 > $@