| Pkg.docDir = "package/cdoc"; | |
| Pkg.attrs.relScript = "xdc/release/filters/what.rel"; | |
| /* IPackage.xs should not need to be included here. It | |
| * will be removed when the bug requiring it is resolved. | |
| */ | |
| Pkg.otherFiles = [ | |
| "IPackage.xs", | |
| "om2.xs", | |
| "program.h", | |
| "std.h", | |
| "xdc.tci", | |
| "xs.js", | |
| "utils.js", | |
| "template.xs", | |
| "xmlgen.xs", | |
| "xmlgen2.xs" | |
| ]; | |
| Pkg.otherSrcs = Pkg.otherFiles; |