|
30 | 30 | @echo " json to make JSON files" |
31 | 31 | @echo " htmlhelp to make HTML files and a HTML help project" |
32 | 32 | @echo " qthelp to make HTML files and a qthelp project" |
| 33 | + @echo " applehelp to make an Apple Help Book" |
33 | 34 | @echo " devhelp to make HTML files and a Devhelp project" |
34 | 35 | @echo " epub to make an epub" |
35 | 36 | @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" |
@@ -86,17 +87,25 @@ qthelp: |
86 | 87 | @echo |
87 | 88 | @echo "Build finished; now you can run "qcollectiongenerator" with the" \ |
88 | 89 | ".qhcp project file in $(BUILDDIR)/qthelp, like this:" |
89 | | - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Polito-Java-OpenCV-Tutorials.qhcp" |
| 90 | + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/OpenCVJavaTutorials.qhcp" |
90 | 91 | @echo "To view the help file:" |
91 | | - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Polito-Java-OpenCV-Tutorials.qhc" |
| 92 | + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/OpenCVJavaTutorials.qhc" |
| 93 | + |
| 94 | +applehelp: |
| 95 | + $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp |
| 96 | + @echo |
| 97 | + @echo "Build finished. The help book is in $(BUILDDIR)/applehelp." |
| 98 | + @echo "N.B. You won't be able to view it unless you put it in" \ |
| 99 | + "~/Library/Documentation/Help or install it in your application" \ |
| 100 | + "bundle." |
92 | 101 |
|
93 | 102 | devhelp: |
94 | 103 | $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp |
95 | 104 | @echo |
96 | 105 | @echo "Build finished." |
97 | 106 | @echo "To view the help file:" |
98 | | - @echo "# mkdir -p $$HOME/.local/share/devhelp/Polito-Java-OpenCV-Tutorials" |
99 | | - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Polito-Java-OpenCV-Tutorials" |
| 107 | + @echo "# mkdir -p $$HOME/.local/share/devhelp/OpenCVJavaTutorials" |
| 108 | + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/OpenCVJavaTutorials" |
100 | 109 | @echo "# devhelp" |
101 | 110 |
|
102 | 111 | epub: |
|
0 commit comments