docs/ikteam: Delete most files.
[haiku.git] / 3rdparty / mmu_man / Jamfile
bloba104404066c6fd4730592560e7c854fdb6675def
1 SubDir HAIKU_TOP 3rdparty mmu_man ;
3 # theme manager from osdrawer
4 # to use it symlink it here.
6         local subDir
7                 = [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : themes ] ;
8         if $(subDir) {
9                 SubInclude HAIKU_TOP 3rdparty mmu_man themes ;
10         }
13 # distro stuff located in my own branch, 
14 # to use it symlink it here.
16         local subDir
17                 = [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : distro ] ;
18         if $(subDir) {
19                 SubInclude HAIKU_TOP 3rdparty mmu_man distro ;
20         }