[kupfer] wscript: Install all *.ui datafiles automatically
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [kupfer] wscript: Install all *.ui datafiles automatically
- Date: Mon, 8 Feb 2010 13:38:20 +0000 (UTC)
commit 3843c5e4ea39f0ec676017c1a4bf8e87f5290be4
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Mon Feb 8 13:49:30 2010 +0100
wscript: Install all *.ui datafiles automatically
data/wscript_build | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/data/wscript_build b/data/wscript_build
index 6682a31..fbb2000 100644
--- a/data/wscript_build
+++ b/data/wscript_build
@@ -1,7 +1,6 @@
# configuration defaults and ui files
bld.install_files("${DATADIR}/kupfer", "defaults.cfg")
-bld.install_files("${DATADIR}/kupfer", "preferences.ui")
-bld.install_files("${DATADIR}/kupfer", "result.ui")
+bld.install_files("${DATADIR}/kupfer", "*.ui")
# install all pure data files
bld.install_files("${DATADIR}/kupfer/art", "art/*")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]