shithub: aubio

Download patch

ref: a7343ffed2d649163d0debf566e7decc4b2ccc03
parent: eeda76157a981dd99902b208c45577e6f0f9a1da
author: Paul Brossier <piem@piem.org>
date: Tue Dec 10 03:39:06 EST 2013

doc/web.cfg: fix typo to really exclude mathutils

Signed-off-by: Paul Brossier <piem@piem.org>

--- a/doc/web.cfg
+++ b/doc/web.cfg
@@ -769,8 +769,7 @@
 # run.
 
 EXCLUDE                = ../src/aubio_priv.h \
-                         ../src/mathutils \
-                         .h \
+                         ../src/mathutils.h \
                          ../src/io/audio_unit.h \
                          ../src/io/source_sndfile.h \
                          ../src/io/source_apple_audio.h \
--