shithub: aubio

Download patch

ref: e48b0727b55dfaae036f17546af04b13451323ef
parent: 9e36acd004ca2515673ec69b93f774eea7aa2b76
author: Paul Brossier <piem@piem.org>
date: Mon Nov 28 12:29:37 EST 2016

Makefile: add html and dist targets

--- a/Makefile
+++ b/Makefile
@@ -101,3 +101,9 @@
 	-$(SOX) -r 48000 -b 32 -n "$(TESTSOUNDS)/48000Hz_60s_sweep.wav"       synth 60   sine 100-20000  vol 0.9
 	-$(SOX) -r 44100 -b 16 -n "$(TESTSOUNDS)/44100Hz_44100f_sine441.wav"  synth 44100s   sine 441 	vol 0.9
 	-$(SOX) -r 44100 -b 16 -n "$(TESTSOUNDS)/44100Hz_100f_sine441.wav"    synth 100s sine 441 	vol 0.9
+
+html:
+	cd doc && make html
+
+dist: distclean expandwaf
+	$(WAFCMD) dist