Skip to content

Commit

Permalink
Use Py3 to build dcos for constants
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 4, 2016
1 parent ffadcde commit 85ed6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Expand Up @@ -35,7 +35,7 @@ help:
.PHONY: help clean html web pickle htmlhelp latex changes linkcheck

constants:
python make_constants.py > constants.inc
python3 make_constants.py > constants.inc

clean:
-rm -rf build/*
Expand Down

0 comments on commit 85ed6e4

Please sign in to comment.