Projet

Général

Profil

0001-misc-use-global-recursive-include-to-distribute-stat.patch

Frédéric Péters, 18 juin 2017 20:08

Télécharger (2,06 ko)

Voir les différences:

Subject: [PATCH] misc: use global recursive include to distribute static and
 templates (#16964)

 MANIFEST.in | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)
MANIFEST.in
2 2
recursive-include combo/locale *.po *.mo
3 3

  
4 4
# static
5
recursive-include combo/apps/usersearch/static *.css *.js *.ico *.gif *.png *.jpg
6
recursive-include combo/apps/lingo/static *.css *.js *.ico *.gif *.png *.jpg
7
recursive-include combo/apps/dataviz/static *.css *.js *.ico *.gif *.png *.jpg
8
recursive-include combo/apps/dashboard/static *.js
9
recursive-include combo/apps/maps/static *.css *.js
10
recursive-include combo/manager/static *.css *.js *.ico *.gif *.png *.jpg
11
recursive-include combo/public/static *.css *.js *.ico *.gif *.png *.jpg
5
recursive-include combo/ *.css *.js *.ico *.gif *.png *.jpg
12 6
recursive-include data/themes *.css *.js  *.gif *.png *.jpg *.jpeg *.html
13 7

  
14 8
# templates
15
recursive-include combo/data/templates *.html *.txt
16
recursive-include combo/apps/dashboard/templates *.html
17
recursive-include combo/apps/search/templates *.html
18
recursive-include combo/apps/usersearch/templates *.html
19
recursive-include combo/apps/dataviz/templates *.html
20
recursive-include combo/apps/family/templates *.html
21
recursive-include combo/apps/fargo/templates *.html
22
recursive-include combo/apps/lingo/templates *.html
23
recursive-include combo/apps/maps/templates *.html
24
recursive-include combo/apps/momo/templates *.html
25
recursive-include combo/apps/newsletters/templates *.html
26
recursive-include combo/apps/notifications/templates *.html
27
recursive-include combo/apps/wcs/templates *.html
28
recursive-include combo/manager/templates *.html
29
recursive-include combo/public/templates *.html
9
recursive-include combo/ *.html *.txt
30 10

  
31 11
recursive-include tests/data *.jpeg
32 12

  
33
-