politically sensitive, xi thought

This commit is contained in:
Ciro Santilli
2020-09-07 10:00:09 +00:00
parent 77f31a9abf
commit 43a2fb4499
3 changed files with 181 additions and 87 deletions

View File

@@ -6,7 +6,12 @@ BODY = README.body.html
FOOT = foot.html
$(OUT): README.adoc $(HEAD) $(FOOT)
bundle exec asciidoctor --embedded -o $(BODY) -v '$<'
bundle exec asciidoctor \
--embedded \
--failure-level info \
-o $(BODY) \
-v \
'$<'
cat $(HEAD) $(BODY) $(FOOT) > '$@'
clean: