aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-03-26 15:17:05 +0100
committerKarel Kočí <cynerd@email.cz>2015-03-26 15:17:05 +0100
commita457b9823e4c46b5d7bc7d5800008a483502ad32 (patch)
tree794e88f8a1416e2d317a7aa0af4a1ef973c710fd /conf.py
parentf91e9e472d50795b6e67dfb3905559800a3bef66 (diff)
downloadlinux-conf-perf-a457b9823e4c46b5d7bc7d5800008a483502ad32.tar.gz
linux-conf-perf-a457b9823e4c46b5d7bc7d5800008a483502ad32.tar.bz2
linux-conf-perf-a457b9823e4c46b5d7bc7d5800008a483502ad32.zip
kconfig_parser moved from programs to scripts
This way all executable code is inside scripts directory.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 0de8bca..d022ff2 100644
--- a/conf.py
+++ b/conf.py
@@ -1,4 +1,5 @@
import os
+from exceptions import MissingFile
def pf(rfile):
"Relative patch of file is decoded to absolute acording to working tree."
@@ -32,7 +33,7 @@ solution_file = build_folder + '/solution'
iteration_file = build_folder + '/iteration'
# Programs paths
-kconfig_parser = checkXf(pf('programs/kconfig_parser'), 'You must build programs first.')
+kconfig_parser = checkXf(pf('scripts/kconfig_parser/parser'), 'You must build programs first.')
# Programs output hide
kconfig_parser_output = False