From: Oleg Broytman Date: Sun, 4 Sep 2016 11:18:52 +0000 (+0300) Subject: Rename target 'html' to 'docs' X-Git-Tag: 0.0.3~2 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=25cd2e3b2e6e37de181a100a70ba65dacabda54a Rename target 'html' to 'docs' --- diff --git a/Makefile b/Makefile index fc9c35e..c2727fb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: @echo "Nothing to be done for 'all'" .PHONY: release -release: tests flake8 html distr +release: tests flake8 docs distr .PHONY: distr distr: @@ -14,8 +14,8 @@ distr: flake8: flake8 -.PHONY: html -html: +.PHONY: docs +docs: $(MAKE) -C docs html .PHONY: test