X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=9a8f3baac8383ed13621f97d7949130261219771;hb=41a3cb1231cb3659177166562fe3e574fd3c5eba;hp=9bf3b27f635223d239a7ca0e8d83f040d71f18eb;hpb=b8175386627ccc31fc1c3a3177382f196f0f0c19;p=m_librarian.git diff --git a/Makefile b/Makefile index 9bf3b27..9a8f3ba 100644 --- 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