Skip to content

Commit

Permalink
Add spec.json generator to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Aug 16, 2017
1 parent 4ec0691 commit dc5c54f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -17,6 +17,9 @@ spec.tex: spec.txt tools/template.latex
spec.pdf: spec.tex
xelatex $<

spec.json: spec.txt
python3 test/spec_tests.py --dump-tests < $< > $@

npm:
# Do a sanity check first on versions
grep -q '"version": *"$(SPECVERSION)' package.json && \
Expand Down

0 comments on commit dc5c54f

Please sign in to comment.