debian/rules
changeset 6532 6096018ac6b7
parent 6520 07a0f93f499a
child 6533 f777c84bf7eb
--- a/debian/rules	Sun Oct 17 22:47:17 2010 +0200
+++ b/debian/rules	Sun Oct 17 22:47:33 2010 +0200
@@ -41,7 +41,10 @@
 	dh_install -vi
 	# cwctl in the cubicweb-ctl package
 	rm -f debian/cubicweb-common/usr/share/pyshared/cubicweb/cwctl.py
-
+        # wdoc in the cubicweb-web package
+	rm -rf debian/cubicweb-common/usr/share/cubicweb/cubes/shared/wdoc
+	rm -rf debian/cubicweb-common/usr/share/cubicweb/cubes/shared/data
+	rm -rf debian/cubicweb-common/usr/share/cubicweb/cubes/shared/i18n
 	dh_lintian
 
 	# Remove unittests directory (should be available in cubicweb-dev only)