diff options
author | 2015-10-27 01:50:02 +0200 | |
---|---|---|
committer | 2015-10-27 01:50:02 +0200 | |
commit | 80d312fdc044d289fda20767beb5df9c82396b9a (patch) | |
tree | 01b9a5f7ec2fd6765f7c4c4a6c0bb639fbf58cde /wscript | |
parent | 5c04563aae8893c4e55c8a6e494d961ea8410215 (diff) |
updated path_list of asciidoc program
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ def options(opt): opt.add_option('--exe', action='store_true', default=False, help='Execute the program after it is compiled') def configure(conf): - conf.find_program('asciidoc', path='/usr/local/bin/', var='ASCIIDOC') + conf.find_program('asciidoc', path_list='/usr/bin/', var='ASCIIDOC') conf.find_program('sphinx-build', path_list='/usr/local/bin/', var='SPHINX') pass; |