diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ def build(bld): # Install lv2specgen bld.install_files('${DATADIR}/lv2specgen/', - ['lv2specgen/style.css', + ['doc/style.css', 'lv2specgen/template.html']) bld.install_files('${DATADIR}/lv2specgen/DTD/', bld.path.ant_glob('lv2specgen/DTD/*')) |