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
This commit is contained in:
Tom Fifield 2013-09-07 12:29:27 -07:00
parent 044a3fbf53
commit 0769c4de63

View File

@ -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)