moved sphinx docs to master repository
Showing
4 changed files
with
13 additions
and
10 deletions
1 | .PHONY: default all | 1 | .PHONY: default test docs selftest clitest jshint |
2 | 2 | ||
3 | default: all | 3 | default: test |
4 | 4 | ||
5 | all: selftest clitest jshint | 5 | test: selftest clitest jshint |
6 | |||
7 | docs: | ||
8 | sphinx-build -b html ./docs docs/_build | ||
6 | 9 | ||
7 | selftest: | 10 | selftest: |
8 | -bin/casperjs selftest | 11 | bin/casperjs selftest |
9 | 12 | ||
10 | clitest: | 13 | clitest: |
11 | -python tests/clitests/runtests.py | 14 | python tests/clitests/runtests.py |
12 | 15 | ||
13 | jshint: | 16 | jshint: |
14 | -jshint --config=.jshintconfig . | 17 | jshint --config=.jshintconfig . | ... | ... |
-
Please register or sign in to post a comment