dohtml: optimize for bug #482290
authorZac Medico <zmedico@gentoo.org>
Sat, 24 Aug 2013 18:24:02 +0000 (11:24 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 24 Aug 2013 18:24:02 +0000 (11:24 -0700)
commit3f67cb453ee1b74894c230459b43855db7fcc410
tree8b539418bdc89eeb9e90b961f7499b77a50ef006
parenta9e79995f6ee561d543ed517e826966f9c3cf7df
dohtml: optimize for bug #482290

Use os.makedirs and shutil.copy instead of spawning install, since
spawning install is much slower (especially with FEATURES=xattr).
bin/dohtml.py