Skip to content

Commit e78c7c4

Browse files
committed
modify Symfony CMF configuration values in the build process so that they match the Symfony documentation
1 parent 6bd134c commit e78c7c4

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ qthelp:
7777
@echo
7878
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
7979
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
80-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/SymfonyCMF.qhcp"
80+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Symfony.qhcp"
8181
@echo "To view the help file:"
82-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/SymfonyCMF.qhc"
82+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Symfony.qhc"
8383

8484
devhelp:
8585
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
8686
@echo
8787
@echo "Build finished."
8888
@echo "To view the help file:"
89-
@echo "# mkdir -p $$HOME/.local/share/devhelp/SymfonyCMF"
90-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/SymfonyCMF"
89+
@echo "# mkdir -p $$HOME/.local/share/devhelp/Symfony"
90+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Symfony"
9191
@echo "# devhelp"
9292

9393
epub:

conf.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Symfony CMF documentation build configuration file, created by
3+
# Symfony documentation build configuration file, created by
44
# sphinx-quickstart on Sat Jul 28 21:58:57 2012.
55
#
66
# This file is execfile()d with the current directory set to its containing dir.
@@ -185,7 +185,7 @@
185185
#html_file_suffix = None
186186

187187
# Output file base name for HTML help builder.
188-
htmlhelp_basename = 'SymfonyCMFdoc'
188+
htmlhelp_basename = 'SymfonyDoc'
189189

190190

191191
# -- Options for LaTeX output --------------------------------------------------
@@ -204,8 +204,8 @@
204204
# Grouping the document tree into LaTeX files. List of tuples
205205
# (source start file, target name, title, author, documentclass [howto/manual]).
206206
latex_documents = [
207-
('index', 'SymfonyCMF.tex', u'Symfony CMF Documentation',
208-
u'Symfony CMF community', 'manual'),
207+
('index', 'Symfony.tex', u'Symfony Documentation',
208+
u'Symfony community', 'manual'),
209209
]
210210

211211
# The name of an image file (relative to this directory) to place at the top of
@@ -234,8 +234,8 @@
234234
# One entry per manual page. List of tuples
235235
# (source start file, name, description, authors, manual section).
236236
man_pages = [
237-
('index', 'symfonycmf', u'Symfony CMF Documentation',
238-
[u'Symfony CMF community'], 1)
237+
('index', 'symfony', u'Symfony Documentation',
238+
[u'Symfony community'], 1)
239239
]
240240

241241
# If true, show URL addresses after external links.
@@ -248,8 +248,8 @@
248248
# (source start file, target name, title, author,
249249
# dir menu entry, description, category)
250250
texinfo_documents = [
251-
('index', 'SymfonyCMF', u'Symfony CMF Documentation',
252-
u'Symfony CMF community', 'SymfonyCMF', 'One line description of project.',
251+
('index', 'Symfony', u'Symfony Documentation',
252+
u'Symfony community', 'Symfony', 'One line description of project.',
253253
'Miscellaneous'),
254254
]
255255

index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The Symfony Standard Edition comes with some bundles. Learn more about them:
8080
CMF
8181
---
8282

83-
The Symfony CMFproject makes it easier for developers to add CMS functionality
83+
The Symfony CMF project makes it easier for developers to add CMS functionality
8484
to applications built with the Symfony2 PHP framework.
8585

8686
.. toctree::

make.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ qthelp:
7777
@echo
7878
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
7979
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
80-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/SymfonyCMF.qhcp"
80+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Symfony.qhcp"
8181
@echo "To view the help file:"
82-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/SymfonyCMF.qhc"
82+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Symfony.qhc"
8383

8484
devhelp:
8585
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
8686
@echo
8787
@echo "Build finished."
8888
@echo "To view the help file:"
89-
@echo "# mkdir -p $$HOME/.local/share/devhelp/SymfonyCMF"
90-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/SymfonyCMF"
89+
@echo "# mkdir -p $$HOME/.local/share/devhelp/Symfony"
90+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Symfony"
9191
@echo "# devhelp"
9292

9393
epub:

0 commit comments

Comments
 (0)