From: Oleg Broytman Date: Tue, 10 May 2016 23:53:07 +0000 (+0300) Subject: Make distr X-Git-Tag: 0.0.4^0 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=773462284ce84594e06ba1ab1d25396f45bd9a07;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