|
63 | 63 | # (source start file, target name, title, author,
|
64 | 64 | # documentclass [howto/manual]).
|
65 | 65 | latex_documents = [
|
66 |
| - ('pdf-contents', 'CakePHPCookbook.tex', u'CakePHP Cookbook Documentation', |
| 66 | + ('pdf-contents', 'CakePHPBook.tex', u'CakePHP Book', |
67 | 67 | u'Cake Software Foundation', 'manual'),
|
68 | 68 | ]
|
69 | 69 |
|
|
72 | 72 | # One entry per manual page. List of tuples
|
73 | 73 | # (source start file, name, description, authors, manual section).
|
74 | 74 | man_pages = [
|
75 |
| - ('index', 'cakephpcookbook', u'CakePHP Cookbook Documentation', |
| 75 | + ('index', 'cakephpbook', u'CakePHP Book', |
76 | 76 | [u'CakePHP'], 1)
|
77 | 77 | ]
|
78 | 78 |
|
79 | 79 |
|
80 | 80 | # -- Options for Epub output -------------------------------------------------
|
81 | 81 |
|
82 | 82 | # Bibliographic Dublin Core info.
|
83 |
| -epub_title = u'CakePHP Cookbook' |
| 83 | +epub_title = u'CakePHP Book' |
84 | 84 | epub_author = u'Cake Software Foundation, Inc.'
|
85 | 85 | epub_publisher = u'Cake Software Foundation, Inc.'
|
86 | 86 | epub_copyright = u'%d, Cake Software Foundation, Inc.' % datetime.datetime.now().year
|
|
98 | 98 | epub_identifier = 'https://cakephp.org'
|
99 | 99 |
|
100 | 100 | # A unique identification for the text.
|
101 |
| -epub_uid = 'cakephpcookbook1393624653' |
| 101 | +epub_uid = 'cakephpbook1393624653' |
102 | 102 |
|
103 | 103 | # A list of files that should not be packed into the epub file.
|
104 | 104 | epub_exclude_files = [
|
|
0 commit comments