From: Oleg Broytman Date: Tue, 10 May 2016 23:53:07 +0000 (+0300) Subject: Make distr X-Git-Tag: 0.0.4 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=refs%2Ftags%2F0.0.4 Make distr --- diff --git a/Makefile b/Makefile index f652410..989c2a1 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,10 @@ all: @echo "Nothing to be done for 'all'" +.PHONY: distr +distr: + ./mk-distr + .PHONY: html html: $(MAKE) -C docs html