diff options
l--------- | lv2specgen/style.css | 1 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lv2specgen/style.css b/lv2specgen/style.css deleted file mode 120000 index f320096..0000000 --- a/lv2specgen/style.css +++ /dev/null @@ -1 +0,0 @@ -../doc/style.css
\ No newline at end of file @@ -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/*')) |