3 Import ('env', 'src_glob', 'install')
5 tely = src_glob ('*.tely')
6 texi = src_glob ('*.texi') + map (env.TEXI, tely)
8 txt = map (env.TXT, texi)
9 html = map (env.HTML, texi)
11 env.Alias ('doc', txt)
12 env.Alias ('doc', html)
14 install (txt, env['sharedir_doc_package'])