X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=f6524101046caabb18450882d9cdb87a73d937c7;hb=4cdde2dc1ceee65c8e850b69b11b339c4a3cde7a;hp=c84b8302571e11bacdf4e70333ed6137864faeaf;hpb=a2fad472be1eb126b1e14761cb5264d613547d06;p=m_librarian.git diff --git a/Makefile b/Makefile index c84b830..f652410 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,14 @@ all: @echo "Nothing to be done for 'all'" -.PHONY: htmldoc -htmldoc: - PYTHONPATH="`pwd`" $(MAKE) -C doc html - PYTHONPATH="`pwd`" $(MAKE) -C doc-ru html +.PHONY: html +html: + $(MAKE) -C docs html + $(MAKE) -C docs-ru html + +.PHONY: test +test: + $(MAKE) -C tests + +.PHONY: tests +tests: test