]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/SConscript
Clean up buildscripts
[lilypond.git] / Documentation / topdocs / SConscript
index 9de9dcb0c1945c4bbadbc3baada68a7b49274dda..7ef165cd93241e5eddfa272af96f7606082b4a7b 100644 (file)
@@ -3,7 +3,7 @@
 Import ('env', 'src_glob', 'install')
 
 tely = src_glob ('*.tely')
-texi = src_glob ('*.texi')
+texi = src_glob ('*.texi') + map (env.TEXI, tely)
 
 txt = map (env.TXT, texi)
 html = map (env.HTML, texi)