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