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/?a=commitdiff_plain;h=b830c5b6072d79eb406a861293a2a66ecd6eb2eb;p=m_librarian.git 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