diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-02 23:15:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-02 23:15:54 +0100 |
| commit | 5f720d7854043ebe479ac6664595e016c3a1610b (patch) | |
| tree | d2bff27e9b07ccfd11bc70108e3acc935b0983ab | |
| parent | 7df5aaf407a94e1db0fb8c617e201175aa7d401b (diff) | |
| parent | f7349dc00d86e5005f54ef9e38e99f2eb64ac983 (diff) | |
Merge branch 'master' of ssh://houllier/home/carl/git/dvdomatic
| -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'): |
