X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=989c2a1af1e553307b1f9b4c1c0c946409dd4dc5;hb=0e748b3079d865e98729d4bff04552518cf461b9;hp=c84b8302571e11bacdf4e70333ed6137864faeaf;hpb=a2fad472be1eb126b1e14761cb5264d613547d06;p=m_librarian.git diff --git a/Makefile b/Makefile index c84b830..989c2a1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,18 @@ 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: distr +distr: + ./mk-distr + +.PHONY: html +html: + $(MAKE) -C docs html + $(MAKE) -C docs-ru html + +.PHONY: test +test: + $(MAKE) -C tests + +.PHONY: tests +tests: test