Lines Matching full:echo
1 @ECHO OFF
22 echo.Please use `make ^<target^>` where ^<target^> is one of
23 echo. html to make standalone HTML files
24 echo. dirhtml to make HTML files named index.html in directories
25 echo. singlehtml to make a single large HTML file
26 echo. pickle to make pickle files
27 echo. json to make JSON files
28 echo. htmlhelp to make HTML files and an HTML help project
29 echo. qthelp to make HTML files and a qthelp project
30 echo. devhelp to make HTML files and a Devhelp project
31 echo. epub to make an epub
32 echo. epub3 to make an epub3
33 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
34 echo. text to make text files
35 echo. man to make manual pages
36 echo. texinfo to make Texinfo files
37 echo. gettext to make PO message catalogs
38 echo. changes to make an overview over all changed/added/deprecated items
39 echo. xml to make Docutils-native XML files
40 echo. pseudoxml to make pseudoxml-XML files for display purposes
41 echo. linkcheck to check all external links for integrity
42 echo. doctest to run all doctests embedded in the documentation if enabled
43 echo. coverage to run coverage check of the documentation if enabled
44 echo. dummy to check syntax errors of document sources
65 echo.
66 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
67 echo.installed, then set the SPHINXBUILD environment variable to point
68 echo.to the full path of the 'sphinx-build' executable. Alternatively you
69 echo.may add the Sphinx directory to PATH.
70 echo.
71 echo.If you don't have Sphinx installed, grab it from
72 echo.http://sphinx-doc.org/
82 echo.
83 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
90 echo.
91 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
98 echo.
99 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
106 echo.
107 echo.Build finished; now you can process the pickle files.
114 echo.
115 echo.Build finished; now you can process the JSON files.
122 echo.
123 echo.Build finished; now you can run HTML Help Workshop with the ^
131 echo.
132 echo.Build finished; now you can run "qcollectiongenerator" with the ^
134 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Mobly.qhcp
135 echo.To view the help file:
136 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Mobly.ghc
143 echo.
144 echo.Build finished.
151 echo.
152 echo.Build finished. The epub file is in %BUILDDIR%/epub.
159 echo.
160 echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
167 echo.
168 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
177 echo.
178 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
187 echo.
188 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
195 echo.
196 echo.Build finished. The text files are in %BUILDDIR%/text.
203 echo.
204 echo.Build finished. The manual pages are in %BUILDDIR%/man.
211 echo.
212 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
219 echo.
220 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
227 echo.
228 echo.The overview file is in %BUILDDIR%/changes.
235 echo.
236 echo.Link check complete; look for any errors in the above output ^
244 echo.
245 echo.Testing of doctests in the sources finished, look at the ^
253 echo.
254 echo.Testing of coverage in the sources finished, look at the ^
262 echo.
263 echo.Build finished. The XML files are in %BUILDDIR%/xml.
270 echo.
271 echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
278 echo.
279 echo.Build finished. Dummy builder generates no files.