[gnome-python-desktop] Bug 589012: build error, missing html/ directories
- From: Gustavo J. A. M. Carneiro <gjc src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-python-desktop] Bug 589012: build error, missing html/ directories
- Date: Mon, 20 Jul 2009 10:09:17 +0000 (UTC)
commit 87b3cc6695775bdaf0677dc70765b7e2e187e501
Author: Gustavo Carneiro <gjc inescporto pt>
Date: Mon Jul 20 11:07:43 2009 +0100
Bug 589012: build error, missing html/ directories
wscript | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/wscript b/wscript
index c3a07e0..90f547c 100644
--- a/wscript
+++ b/wscript
@@ -145,6 +145,15 @@ def configure(conf):
conf.write_config_header('config.h')
+ for docs_module in ['gnomeprint', 'gnomeprintui', 'gtksourceview']:
+ d = os.path.join('docs', docs_module, 'html')
+ try:
+ os.mkdir(d)
+ except OSError:
+ pass
+ # print "* Directory %r already exists." % (d,)
+ #else:
+ # print "* Creating directory %r." % (d,)
def codegen(bld, module, local_load_types=(), register=(), local_register=(), prefix=None, py_ssize_t_clean=True):
cmd = bld.new_task_gen('command',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]