From 0769c4de63891762159d0dd65c4a0feef591f011 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Sat, 7 Sep 2013 12:29:27 -0700 Subject: [PATCH] Update autogenerate tools for new directory struct This patch fixes autogenerate tool references to directories that will be moved during the Great Rename Of 2013 Change-Id: Ia20455d74e5bcdb172ccd09dacce5fa76c688e90 --- tools/autogenerate-config-docs/extract_swift_flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autogenerate-config-docs/extract_swift_flags.py b/tools/autogenerate-config-docs/extract_swift_flags.py index 5a72683fec..9e3440b939 100644 --- a/tools/autogenerate-config-docs/extract_swift_flags.py +++ b/tools/autogenerate-config-docs/extract_swift_flags.py @@ -125,7 +125,7 @@ def create_new_tables(repo, verbose): of truth in that order to determine helptext for options found in sample config files """ - existing_tables = glob.glob('../../doc/src/docbkx/common/tables/swift*xml') + existing_tables = glob.glob('../../doc/common/tables/swift*xml') options = {} #use the existing tables to get a list of option names options = get_existing_options(existing_tables)