X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=989c2a1af1e553307b1f9b4c1c0c946409dd4dc5;hb=773462284ce84594e06ba1ab1d25396f45bd9a07;hp=f6524101046caabb18450882d9cdb87a73d937c7;hpb=9bd83873e5604fcdacc85d98df599ceef688ca6f;p=m_librarian.git 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