34
34
# Grouping the document tree into LaTeX files. List of tuples
35
35
# (source start file, target name, title, author, documentclass [howto/manual]).
37
('HACKING', 'brz-en-developer-guide', u'Breezy Developer Guide',
38
u'Breezy Developers', 'manual'),
39
('testing', 'brz-en-testing-guide', u'Breezy Testing Guide',
40
u'Breezy Developers', 'manual'),
41
('overview', 'brz-en-architecture-overview', u'Breezy Architecture Overview',
42
u'Breezy Developers', 'howto'),
43
('integration', 'brz-en-integration-guide', u'Breezy Integration Guide',
44
u'Breezy Developers', 'howto'),
37
('HACKING', 'brz-en-developer-guide', u'Breezy Developer Guide',
38
u'Breezy Developers', 'manual'),
39
('testing', 'brz-en-testing-guide', u'Breezy Testing Guide',
40
u'Breezy Developers', 'manual'),
41
('overview', 'brz-en-architecture-overview', u'Breezy Architecture Overview',
42
u'Breezy Developers', 'howto'),
43
('integration', 'brz-en-integration-guide', u'Breezy Integration Guide',
44
u'Breezy Developers', 'howto'),
47
47
latex_documents = [
48
(start, target+'.tex', title, author, doc_class)
48
(start, target + '.tex', title, author, doc_class)
49
49
for start, target, title, author, doc_class in brz_documents
57
57
# List of documents that shouldn't be included in the build.
58
58
# Note: Maybe some of them *ought* to be linked in somewhere?
67
'directory-fingerprints',
70
'incremental-push-pull',
74
'performance-roadmap-rationale',
75
'performance-use-case-analysis',
76
'planned-change-integration',
77
'planned-performance-changes',
67
'directory-fingerprints',
70
'incremental-push-pull',
74
'performance-roadmap-rationale',
75
'performance-use-case-analysis',
76
'planned-change-integration',
77
'planned-performance-changes',