From 541b380a2ba8a7a4514c8511dfac3e754a947561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 18 Jun 2017 22:27:02 +0200 Subject: [PATCH 1/2] Revert "misc: use global recursive include to distribute static and templates (#16964)" This reverts commit 2edf4950d2aa3a1fe7fd127165b60c8327969136 as all files were not being installed in the .deb package. --- MANIFEST.in | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5b212f9..b78134a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,11 +2,31 @@ recursive-include combo/locale *.po *.mo # static -recursive-include combo/ *.css *.js *.ico *.gif *.png *.jpg +recursive-include combo/apps/usersearch/static *.css *.js *.ico *.gif *.png *.jpg +recursive-include combo/apps/lingo/static *.css *.js *.ico *.gif *.png *.jpg +recursive-include combo/apps/dataviz/static *.css *.js *.ico *.gif *.png *.jpg +recursive-include combo/apps/dashboard/static *.js +recursive-include combo/apps/maps/static *.css *.js +recursive-include combo/manager/static *.css *.js *.ico *.gif *.png *.jpg +recursive-include combo/public/static *.css *.js *.ico *.gif *.png *.jpg recursive-include data/themes *.css *.js *.gif *.png *.jpg *.jpeg *.html # templates -recursive-include combo/ *.html *.txt +recursive-include combo/data/templates *.html *.txt +recursive-include combo/apps/dashboard/templates *.html +recursive-include combo/apps/search/templates *.html +recursive-include combo/apps/usersearch/templates *.html +recursive-include combo/apps/dataviz/templates *.html +recursive-include combo/apps/family/templates *.html +recursive-include combo/apps/fargo/templates *.html +recursive-include combo/apps/lingo/templates *.html +recursive-include combo/apps/maps/templates *.html +recursive-include combo/apps/momo/templates *.html +recursive-include combo/apps/newsletters/templates *.html +recursive-include combo/apps/notifications/templates *.html +recursive-include combo/apps/wcs/templates *.html +recursive-include combo/manager/templates *.html +recursive-include combo/public/templates *.html recursive-include tests/data *.jpeg -- 2.11.0