X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=c7c0a0044690049e68fed827f6351022e79106bf;hb=HEAD;hp=9d91011aca52da11dfccd379ad44f4ee3fe95b8d;hpb=c1a953379adc1e1491aad330d675608b9f2d15b0;p=rrq%2Fnewlisp%2Falsa-dispatcher.git diff --git a/Makefile b/Makefile index 9d91011..c7c0a00 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Local building -default: alsa-dispatcher.8.gz alsa-dispatcher +default: alsa-dispatcher.8.gz alsa-dispatcher README.html ALSACONF = $(DESTDIR)/etc/alsa/conf.d/51-dispatcher.conf @@ -13,6 +13,9 @@ ALSACONF = $(DESTDIR)/etc/alsa/conf.d/51-dispatcher.conf $(HOME)/.asoundrc: example.alsa.conf grep -q ^pcm.dispatch $@ || cat $< >> $@ +README.html: README.adoc + asciidoctor -o $@ $< + clean:: rm -f alsa-dispatcher alsa-dispatcher.8.gz