168 "qhp-title=", "create-qhc", |
168 "qhp-title=", "create-qhc", |
169 ]) |
169 ]) |
170 except getopt.error: |
170 except getopt.error: |
171 usage() |
171 usage() |
172 |
172 |
173 excludeDirs = ["CVS", ".svn", "_svn", ".ropeproject", "_ropeproject", |
173 excludeDirs = [".svn", ".hg", ".git", ".ropeproject", ".eric6project", |
174 ".eric6project", "_eric6project", "dist", "build", "doc", |
174 "dist", "build", "doc", "docs"] |
175 "docs"] |
|
176 excludePatterns = [] |
175 excludePatterns = [] |
177 outputDir = "doc" |
176 outputDir = "doc" |
178 recursive = False |
177 recursive = False |
179 doIndex = True |
178 doIndex = True |
180 noempty = False |
179 noempty = False |