author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 12 May 2010 12:18:48 +0200 | |
branch | stable |
changeset 5518 | ceea458025b9 |
parent 5421 | 8167de96c523 |
child 5767 | 1d811df051c2 |
permissions | -rw-r--r-- |
0 | 1 |
include README |
5421
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5083
diff
changeset
|
2 |
include COPYING |
8167de96c523
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5083
diff
changeset
|
3 |
include COPYING.LESSER |
0 | 4 |
include pylintrc |
5 |
include bin/cubicweb-* |
|
6 |
include man/cubicweb-ctl.1 |
|
7 |
||
1959
9b21e068fef7
ready for 3.2.2
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
1926
diff
changeset
|
8 |
recursive-include doc *.txt *.zargo *.png *.html makefile *.rst |
0 | 9 |
|
10 |
recursive-include misc * |
|
11 |
||
12 |
recursive-include web/data * |
|
13 |
recursive-include web/wdoc *.rst *.png *.xml ChangeLog* |
|
14 |
||
15 |
include web/views/*.pt |
|
16 |
||
17 |
recursive-include etwist *.xml *.html |
|
18 |
||
19 |
recursive-include i18n *.pot *.po |
|
5083
82bbf2e1a04b
[distribution] sql extensions files now have proper extension, fix manifest file
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4268
diff
changeset
|
20 |
recursive-include schemas *.py *.sql |
0 | 21 |
|
22 |
recursive-include entities/test/data * |
|
23 |
recursive-include sobjects/test/data * |
|
24 |
recursive-include server/test/data * |
|
25 |
recursive-include server/test sources* |
|
26 |
recursive-include web/test/data *.js *.css *.png *.gif *.jpg *.ico external_resources |
|
27 |
recursive-include devtools/test/data * |
|
28 |
||
1243 | 29 |
recursive-include skeleton *.py *.css *.js *.po compat *.in *.tmpl |
264
6eb0725d509d
packaging fix: distribute skeleton
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
65
diff
changeset
|
30 |
|
0 | 31 |
prune misc/cwfs |