From 573c7bf95117093efc280187cdebfb3fb9a95757 Mon Sep 17 00:00:00 2001
From: "Anup (OpenERP)" <ach@tinyerp.com>
Date: Tue, 11 May 2010 17:32:41 +0530
Subject: [PATCH] [FIX] Add the pixmaps and win32 directories in the MANIFEST
 to have this directories in the tarball archives

bzr revid: ach@tinyerp.com-20100511120241-6nv9as8wbowz4m55
---
 MANIFEST.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index b25045b8213c..84ed45985a94 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,7 +9,8 @@ include bin/server.pkey
 include bin/gpl.txt
 include man/openerp-server.1
 include man/openerp_serverrc.5
-recursive-include pixmaps
+recursive-include pixmaps *
+recursive-include win32 *
 recursive-include doc *
 recursive-include bin *xml *xsl *sql *rml *sxw *csv *rng
 graft bin/addons/
-- 
GitLab