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