Skip to content

Commit 898ff1c

Browse files
committed
- updated online doc location
1 parent ff86ca7 commit 898ff1c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runtest:
6565

6666
testall:
6767
@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; \
6969
done
7070

7171
# Do not run these in production environments! They are for testing

README.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Documentation
1616
If you just started with OpenAL and PyAL, it is strongly recommended
1717
that you read through the *advanced sound support* section of the documentation
1818
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).
2022

2123
License
2224
=======

0 commit comments

Comments
 (0)