changeset 62 | 00a196f8d14a |
child 65 | d659b8c2ed22 |
61:482106d33bf6 | 62:00a196f8d14a |
---|---|
1 # Files to include in the source package - for the case |
|
2 # the project directory is are not in a VCS. |
|
3 include yml2c |
|
4 include yml2proc |
|
5 include yml2/*.ysl2 |
|
6 include yml2/*.yml2 |
|
7 |
|
8 include Makefile |
|
9 include *.yhtml2 |
|
10 include format.css |
|
11 include COPYING.txt |
|
12 include README.rst |
|
13 include README.md |
|
14 |
|
15 include samples/* |
|
16 include vim/syntax/* |
|
17 |
|
18 exclude .hgtags |
|
19 exclude .hgignore |