Merge lp:~springermac/openlp/documentation-applehelp into lp:~openlp-documentation/openlp/trunk

Proposed by Jonathan Springer
Status: Merged
Approved by: Raoul Snyman
Approved revision: 118
Merged at revision: 118
Proposed branch: lp:~springermac/openlp/documentation-applehelp
Merge into: lp:~openlp-documentation/openlp/trunk
Diff against target: 44 lines (+11/-1)
2 files modified
manual/Makefile (+6/-0)
manual/source/conf.py (+5/-1)
To merge this branch: bzr merge lp:~springermac/openlp/documentation-applehelp
Reviewer Review Type Date Requested Status
Raoul Snyman Approve
Tim Bentley Approve
Review via email: mp+268959@code.launchpad.net

Description of the change

Add support for generating applehelp

To post a comment you must log in.
Revision history for this message
Tim Bentley (trb143) wrote :

Clueless it's OSX

review: Approve
Revision history for this message
Raoul Snyman (raoul-snyman) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'manual/Makefile'
--- manual/Makefile 2012-06-15 06:01:35 +0000
+++ manual/Makefile 2015-08-24 18:22:06 +0000
@@ -21,6 +21,7 @@
21 @echo " json to make JSON files"21 @echo " json to make JSON files"
22 @echo " htmlhelp to make HTML files and a HTML help project"22 @echo " htmlhelp to make HTML files and a HTML help project"
23 @echo " qthelp to make HTML files and a qthelp project"23 @echo " qthelp to make HTML files and a qthelp project"
24 @echo " applehelp to make HTML files and a applehelp project"
24 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"25 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
25 @echo " changes to make an overview of all changed/added/deprecated items"26 @echo " changes to make an overview of all changed/added/deprecated items"
26 @echo " linkcheck to check all external links for integrity"27 @echo " linkcheck to check all external links for integrity"
@@ -64,6 +65,11 @@
64 @echo "To view the help file:"65 @echo "To view the help file:"
65 @echo "# assistant -collectionFile build/qthelp/OpenLP.qhc"66 @echo "# assistant -collectionFile build/qthelp/OpenLP.qhc"
6667
68applehelp:
69 $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) build/applehelp
70 @echo
71 @echo "Build finished. The help file is in build/applehelp."
72
67latex:73latex:
68 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex74 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
69 @echo75 @echo
7076
=== modified file 'manual/source/conf.py'
--- manual/source/conf.py 2012-10-13 16:53:21 +0000
+++ manual/source/conf.py 2015-08-24 18:22:06 +0000
@@ -95,7 +95,7 @@
95if sys.argv[2] == 'qthelp' or sys.argv[2] == 'htmlhelp':95if sys.argv[2] == 'qthelp' or sys.argv[2] == 'htmlhelp':
96 html_theme = 'openlp_qthelp'96 html_theme = 'openlp_qthelp'
97else:97else:
98 html_theme = 'default'98 html_theme = 'classic'
9999
100# Theme options are theme-specific and customize the look and feel of a theme100# Theme options are theme-specific and customize the look and feel of a theme
101# further. For a list of options available for each theme, see the101# further. For a list of options available for each theme, see the
@@ -226,3 +226,7 @@
226 ('index', 'openlp', u'OpenLP Reference Manual',226 ('index', 'openlp', u'OpenLP Reference Manual',
227 [u'Wesley Stout'], 1)227 [u'Wesley Stout'], 1)
228]228]
229
230# -- Options for apple help output --------------------------------------------
231
232applehelp_bundle_id = 'org.openlp.OpenLP.help'

Subscribers

People subscribed via source and target branches