diff options
| -rw-r--r-- | doc/manual/dvdomatic.css | 3 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual/dvdomatic.css b/doc/manual/dvdomatic.css index eb366b5fd..0e4982f20 100644 --- a/doc/manual/dvdomatic.css +++ b/doc/manual/dvdomatic.css @@ -4,6 +4,7 @@ body { margin-right: 4em; margin-top: 1em; margin-bottom: 1em; + background-color: #E2E8EE; } div.sidebar { @@ -14,5 +15,5 @@ div.sidebar { border-color: #000000; border-width: 2px; border-style: solid; - background-color: #0E9E75; + background-color: #E2E8EE; } @@ -128,7 +128,7 @@ def build(bld): bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r) def dist(ctx): - ctx.excl = 'TODO core *~ src/wx/*~ src/lib/*~ .waf* build .git deps alignment hacks sync *.tar.bz2 *.exe .lock*' + ctx.excl = 'TODO core *~ src/wx/*~ src/lib/*~ .waf* build .git deps alignment hacks sync *.tar.bz2 *.exe .lock* *build-windows doc/manual/pdf doc/manual/html' def create_version_cc(version): if os.path.exists('.git'): |
