X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=989c2a1af1e553307b1f9b4c1c0c946409dd4dc5;hb=a10f5b70948be1bd082fde61ac746c8ca7ec20fa;hp=9bf3b27f635223d239a7ca0e8d83f040d71f18eb;hpb=b8175386627ccc31fc1c3a3177382f196f0f0c19;p=m_librarian.git diff --git a/Makefile b/Makefile index 9bf3b27..989c2a1 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +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