Fix path in generatedocbook

Generatedocbook, for some reason, had not had its root path updated
since the Great Doc Restructure of 2013. This patch fixes it for the
new slim-line look.

Change-Id: I676669f0f678999ce92b98b6da2675e71c63ea7e
This commit is contained in:
Tom Fifield 2014-01-13 21:03:47 +08:00
parent 72aada4255
commit f58830f6d5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ options = {
}
ignore_folder = {"docbkx-example"}
root = "./doc/src/docbkx"
root = "./doc"
def mergeback (folder, language):
if (folder==None) :