Delete doxygen's .map files as well
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Mon, 29 Jun 2015 09:33:59 +0000 (11:33 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Mon, 29 Jun 2015 09:39:48 +0000 (11:39 +0200)
debian/rules

index f141c85cba73093e12f1fe0465225aca714b7f10..2910949e4ad2d90616a8b0f2054f1b57b290b32f 100755 (executable)
@@ -43,6 +43,7 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = documentation/img/.*|debian/(changelog|copyri
 build/jacktrip::
        doxygen jacktrip_doxygen
        find WWW -name "*.md5" -delete
+       find WWW -name "*.map" -delete
        help2man -N -n "high-quality system for audio network performances" debian/jacktrip-help2man > jacktrip.1
 
 clean::