File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ runtest:
65
65
66
66
testall :
67
67
@for interp in $(INTERPRETERS ) ; do \
68
- @- PYTHONPATH=$(PYTHONPATH ) $$ interp -B -m openal.test.util.runtests; \
68
+ PYTHONPATH=$(PYTHONPATH ) $$ interp -B -m openal.test.util.runtests; \
69
69
done
70
70
71
71
# Do not run these in production environments! They are for testing
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ Documentation
16
16
If you just started with OpenAL and PyAL, it is strongly recommended
17
17
that you read through the *advanced sound support* section of the documentation
18
18
to understand, how OpenAL works in general. In any case, you can find the
19
- documentation at *doc/html*.
19
+ documentation at *doc/html* or online at http://pythonhosted.org/PyAL (for the
20
+ current stable release) or at http://pyal.readthedocs.org (for the current
21
+ development release).
20
22
21
23
License
22
24
=======
You can’t perform that action at this time.
0 commit comments