Code

Remove .txt and .pod documentation from the 'rrdtool' binary package.
[pkg-rrdtool.git] / debian / rules
index 6e8b142630c88e7287a849b84add04c353617f0c..9f220d3849aae662787b464e1694527886eabb2f 100755 (executable)
@@ -142,6 +142,8 @@ install-common-stamp: build-arch-stamp
        dh_clean -k
 
        make install DESTDIR=$(CURDIR)/debian/tmp
+       # we don't want .txt and .pod documentation in the package
+       rm -rf debian/tmp/usr/share/doc/rrdtool/txt
        dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing
 
        touch $@