]>
Commit | Line | Data |
---|---|---|
2ace0078 VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../build/bakefiles/config.bkl"/> | |
5 | ||
6 | <template id="sub"> | |
7 | <dependency-of>all</dependency-of> | |
8 | </template> | |
9 | ||
10 | <subproject id="tex2rtf" template="sub"> | |
11 | <dir>tex2rtf/src</dir> | |
12 | <installable>yes</installable> | |
13 | </subproject> | |
14 | ||
15 | <subproject id="helpgen" template="sub"> | |
16 | <dir>HelpGen</dir> | |
17 | <installable>yes</installable> | |
18 | </subproject> | |
19 | ||
20 | </makefile> |