Polish JSON by default

to reduce white space variation

(yeah, since black and flake8 we all love paternalism)
parent 0ccf8b70
......@@ -23,9 +23,12 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
DESTHTTP ?= /tmp/varnish-home-page
all: generate html
all: polish generate html
cp source/favicon.ico build/html
polish:
cd source/vmods && python3 build.py --polish
generate:
cd source/vmods && python3 build.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment