move images to github

This commit is contained in:
Ciro Santilli
2020-09-14 02:00:01 +00:00
parent e39d01809e
commit fec6df201a
2 changed files with 223 additions and 206 deletions

View File

@@ -4,9 +4,17 @@ OUT = README.html
HEAD = head.html
BODY = README.body.html
FOOT = foot.html
MEDIA =
ifeq ($(MEDIA),)
MEDIA_CMD =
else
MEDIA_CMD = -a china-dictatorship-media-base='$(MEDIA)'
endif
$(OUT): README.adoc $(HEAD) $(FOOT)
bundle exec asciidoctor \
$(MEDIA_CMD) \
--embedded \
--failure-level info \
-o $(BODY) \

File diff suppressed because it is too large Load Diff