From: Oleg Broytman Date: Sun, 10 Apr 2016 11:03:38 +0000 (+0300) Subject: Change Makefile target name X-Git-Tag: 0.0.4~18 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=9bd83873e5604fcdacc85d98df599ceef688ca6f Change Makefile target name --- diff --git a/Makefile b/Makefile index 9a8f3ba..f652410 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ all: @echo "Nothing to be done for 'all'" -.PHONY: htmldoc -htmldoc: +.PHONY: html +html: $(MAKE) -C docs html $(MAKE) -C docs-ru html