|
Revision 2805, 305 bytes
(checked in by wd15, 2 months ago)
|
|
Removed trailing backslashes as they break on windows and are not required.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | include *.txt |
|---|
| 2 | # include MANIFEST MANIFEST.in *.txt |
|---|
| 3 | |
|---|
| 4 | recursive-include documentation *.txt |
|---|
| 5 | recursive-include documentation/www *.html *.css *.gif *.png |
|---|
| 6 | include documentation/manual/fipy.pdf |
|---|
| 7 | include documentation/manual/reference.pdf |
|---|
| 8 | |
|---|
| 9 | recursive-include examples *.py *.msh *.gz |
|---|
| 10 | recursive-include fipy *.msh |
|---|