]> git.phdru.name Git - m_librarian.git/blob - Makefile
Update docs: DB URI
[m_librarian.git] / Makefile
1
2 .PHONY: all
3 all:
4         @echo "Nothing to be done for 'all'"
5
6 .PHONY: htmldoc
7 htmldoc:
8         $(MAKE) -C docs html
9         $(MAKE) -C docs-ru html
10
11 .PHONY: test
12 test:
13         $(MAKE) -C tests
14
15 .PHONY: tests
16 tests: test