]> git.phdru.name Git - m_librarian.git/blobdiff - Makefile
Exclude sphinx-generated conf.py from flake8
[m_librarian.git] / Makefile
index 9bf3b27f635223d239a7ca0e8d83f040d71f18eb..9a8f3baac8383ed13621f97d7949130261219771 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,12 @@ all:
 
 .PHONY: htmldoc
 htmldoc:
-       PYTHONPATH="`pwd`" $(MAKE) -C doc html
-       PYTHONPATH="`pwd`" $(MAKE) -C doc-ru html
+       $(MAKE) -C docs html
+       $(MAKE) -C docs-ru html
 
 .PHONY: test
 test:
        $(MAKE) -C tests
+
+.PHONY: tests
+tests: test