html_samples.bkl 658 B

12345678910111213141516171819202122
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <include file="../../build/bakefiles/config.bkl"/>
  4. <template id="sub">
  5. <dir>$(id)</dir>
  6. <dependency-of>all</dependency-of>
  7. <installable>no</installable>
  8. </template>
  9. <!-- all samples are enumerated here: -->
  10. <subproject id="about" template="sub"/>
  11. <subproject id="help" template="sub"/>
  12. <subproject id="helpview" template="sub"/>
  13. <subproject id="printing" template="sub"/>
  14. <subproject id="test" template="sub"/>
  15. <subproject id="virtual" template="sub"/>
  16. <subproject id="widget" template="sub"/>
  17. <subproject id="zip" template="sub"/>
  18. </makefile>