aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-07-04 11:28:41 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-07-04 11:31:33 +0200
commit3d83f11bd4d2c6581a5edf3bbd4e0a0ed36e19ce (patch)
tree96b42fbc2d4d3d0b73dabd836187891e03cbf10e
parent549e99eb79d2e2bd1a8ad9eec84e6d2e04f917f6 (diff)
debian/rules: clean doc files
Change-Id: I416ec720f738ceed3228c5a2f6f038fbca490e10 Signed-off-by: Santiago Ruano Rincón <santiagorr@riseup.net> Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rwxr-xr-xdebian/rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 2d69b828..98555a83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,6 +107,13 @@ override_dh_auto_clean:
debian/control.modules debian/VERSION
sed -i '/Package: dpdk-modules-/,/`tail -n1 debian/control.modules.in`/d' debian/control
rm -f debian/dpdk-igb-uio-dkms.dkms debian/dpdk-rte-kni-dkms.dkms
+ rm -f doc/guides/compressdevs/overview_feature_table.txt \
+ doc/guides/cryptodevs/overview_aead_table.txt \
+ doc/guides/cryptodevs/overview_asym_table.txt \
+ doc/guides/cryptodevs/overview_auth_table.txt \
+ doc/guides/cryptodevs/overview_cipher_table.txt \
+ doc/guides/cryptodevs/overview_feature_table.txt \
+ doc/guides/nics/overview_table.txt
dh_auto_clean
override_dh_auto_configure: