# -*-python-*- Import ('env') telys = env['glob'] (env, '*.tely') texis = env['glob'] (env, '*.texi') + map (env.TEXI, telys) htmls = map (env.HTML, texis) env.Alias ('doc', htmls)