haiku/src/Jamfile
Augustin Cavalier 7d6915b4d0 Interface Guidelines: migrate to docs/, use DocBookCSS.
DocBookCSS is a mostly-pure-CSS2 implementation of the DocBook standard.
Unlike DocBookXSL which relies on transforming the XML, it utilizes the
XML-styling features of modern web browsers to display the DocBook.

Its appearance still is a long way from the Haiku Book and Userguide, but
it looks (mostly) the same as the old DocBookXSL so we can stop using that.
Eventually we just need to make DocBookCSS use our styling.
2015-02-12 17:08:04 -05:00

15 lines
425 B
Plaintext

SubDir HAIKU_TOP src ;
SubInclude HAIKU_TOP src add-ons ;
SubInclude HAIKU_TOP src apps ;
SubInclude HAIKU_TOP src bin ;
SubInclude HAIKU_TOP src build ;
SubInclude HAIKU_TOP src data ;
SubInclude HAIKU_TOP src kits ;
SubInclude HAIKU_TOP src libs ;
SubInclude HAIKU_TOP src preferences ;
SubInclude HAIKU_TOP src servers ;
SubInclude HAIKU_TOP src system ;
SubInclude HAIKU_TOP src tests ;
SubInclude HAIKU_TOP src tools ;