]> spindle.queued.net Git - midori/commitdiff
Move DOCDIR below definition of MDATADIR
authorChristian Dywan <christian@twotoasts.de>
Sat, 6 Jun 2009 19:41:26 +0000 (21:41 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 6 Jun 2009 19:41:26 +0000 (21:41 +0200)
wscript

diff --git a/wscript b/wscript
index 5febb4b9ee120a41cf23824972d62aefbce4453f..391c20827a6e4581e35cb46880bc083f5a6d1697 100644 (file)
--- a/wscript
+++ b/wscript
@@ -110,7 +110,6 @@ def configure (conf):
 
         Utils.pprint ('BLUE', 'Mingw recognized, assuming chross compile.')
 
-    dirname_default ('DOCDIR', os.path.join (conf.env['DATADIR'], 'doc'))
     dirname_default ('LIBDIR', os.path.join (conf.env['PREFIX'], 'lib'))
     if conf.env['PREFIX'] == '/usr':
         dirname_default ('SYSCONFDIR', '/etc')
@@ -120,6 +119,7 @@ def configure (conf):
     # Use MDATADIR because DATADIR is a constant in objidl.h on Windows
         'MDATADIR')
     conf.undefine ('DATADIR')
+    dirname_default ('DOCDIR', os.path.join (conf.env['MDATADIR'], 'doc'))
 
     if option_enabled ('apidocs'):
         conf.find_program ('gtkdoc-scan', var='GTKDOC_SCAN')