This is an automated email from the git hooks/post-receive script. yoh pushed a commit to annotated tag v0.1 in repository python-mne.
commit 1185fffb5c67095885bede8c0e4fa0b791ceea4f Author: Alexandre Gramfort <[email protected]> Date: Tue Apr 12 11:46:36 2011 -0400 FIX : in makefile for doc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6fe7f6..09cfd67 100755 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ inplace: test: in $(NOSETESTS) mne test-doc: - $(NOSETESTS) --with-doctest --doctest-tests --doctest-extension=rst doc/ doc/modules/ + $(NOSETESTS) --with-doctest --doctest-tests --doctest-extension=rst doc/ doc/source/ test-coverage: $(NOSETESTS) --with-coverage --cover-package=mne -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
