]> git.phdru.name Git - m_librarian.git/blobdiff - Makefile
Refactoring: move import_inpx to TestCase
[m_librarian.git] / Makefile
index 5ef35dc7a11f404a12e5780fe722cc30745229c4..9a8f3baac8383ed13621f97d7949130261219771 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,12 @@ all:
 
 .PHONY: htmldoc
 htmldoc:
-       $(MAKE) -C doc html
-       $(MAKE) -C doc-ru html
+       $(MAKE) -C docs html
+       $(MAKE) -C docs-ru html
 
 .PHONY: test
 test:
        $(MAKE) -C tests
+
+.PHONY: tests
+tests: test