diff options
author | Runxi Yu <me@runxiyu.org> | 2024-12-11 00:51:23 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-12-11 00:51:23 +0800 |
commit | 51ff37cb088aa142b086325ded84e84ea7c0abb6 (patch) | |
tree | 353567aafaa5f41ba3802d3ece755cd00a2d825c /Makefile | |
parent | Error propagation clarification (diff) | |
download | e2-spec-51ff37cb088aa142b086325ded84e84ea7c0abb6.tar.gz e2-spec-51ff37cb088aa142b086325ded84e84ea7c0abb6.tar.zst e2-spec-51ff37cb088aa142b086325ded84e84ea7c0abb6.zip |
Makefile: --preserve-tabs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ default: build/language_description.html build/index.html build/style.css build/%.html: %.md mkdir -p build - pandoc --mathml -so $@ -c style.css $< + pandoc --preserve-tabs --mathml -so $@ -c style.css $< build/%.css: %.css mkdir -p build |