diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-11-27 13:13:22 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-11-27 13:13:22 +0100 |
commit | 110b450fd48cdc125f868b00dd63892946deaf5b (patch) | |
tree | d4c10109abaa56038f8b75981292cc0da8b32bb8 | |
parent | b3bb20cd17013ea2f93a275a2004ec3e1ea5f52c (diff) |
Self-contain web-simple
-rw-r--r-- | Makefile.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.scm b/Makefile.scm index ba23754..5975a17 100644 --- a/Makefile.scm +++ b/Makefile.scm @@ -74,6 +74,7 @@ exec chibi-scheme -A utils/ $0 $@ "--to=html" "-o" (make-path outpath "web-simple.html") "--standalone" + "--self-contained" "--mathml" "--no-highlight" "--data-dir=." |