X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=014dbc1568e5345ff2b8f57d74c8d429ea5da8a1;hb=8de27024bcd0eb7d8dbede490368a68261204955;hp=6867d6446345947e6c4d5d82fb288560d418feb8;hpb=85300d2a19c07d9b07e7b8f08807440014b641d4;p=m_librarian.git diff --git a/Makefile b/Makefile index 6867d64..014dbc1 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,21 @@ all: @echo "Nothing to be done for 'all'" +.PHONY: release +release: docs distr + devscripts/release + .PHONY: distr distr: ./mk-distr +.PHONY: flake8 +flake8: + flake8 + +.PHONY: docs +docs: html + .PHONY: html html: $(MAKE) -C docs html