]> git.phdru.name Git - m_librarian.git/blobdiff - Makefile
Refactoring: move module-level initialization into functions
[m_librarian.git] / Makefile
index c84b8302571e11bacdf4e70333ed6137864faeaf..5ef35dc7a11f404a12e5780fe722cc30745229c4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,5 +5,9 @@ all:
 
 .PHONY: htmldoc
 htmldoc:
-       PYTHONPATH="`pwd`" $(MAKE) -C doc html
-       PYTHONPATH="`pwd`" $(MAKE) -C doc-ru html
+       $(MAKE) -C doc html
+       $(MAKE) -C doc-ru html
+
+.PHONY: test
+test:
+       $(MAKE) -C tests