Lines Matching full:echo
4 @ECHO OFF
23 echo.Please use `make ^<target^>` where ^<target^> is one of
24 echo. html to make standalone HTML files
25 echo. dirhtml to make HTML files named index.html in directories
26 echo. singlehtml to make a single large HTML file
27 echo. pickle to make pickle files
28 echo. json to make JSON files
29 echo. htmlhelp to make HTML files and a HTML help project
30 echo. qthelp to make HTML files and a qthelp project
31 echo. devhelp to make HTML files and a Devhelp project
32 echo. epub to make an epub
33 echo. epub3 to make an epub3
34 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
35 echo. text to make text files
36 echo. man to make manual pages
37 echo. texinfo to make Texinfo files
38 echo. gettext to make PO message catalogs
39 echo. changes to make an overview over all changed/added/deprecated items
40 echo. xml to make Docutils-native XML files
41 echo. pseudoxml to make pseudoxml-XML files for display purposes
42 echo. linkcheck to check all external links for integrity
43 echo. doctest to run all doctests embedded in the documentation if enabled
44 echo. coverage to run coverage check of the documentation if enabled
45 echo. dummy to check syntax errors of document sources
66 echo.
67 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
68 echo.installed, then set the SPHINXBUILD environment variable to point
69 echo.to the full path of the 'sphinx-build' executable. Alternatively you
70 echo.may add the Sphinx directory to PATH.
71 echo.
72 echo.If you don't have Sphinx installed, grab it from
73 echo.http://sphinx-doc.org/
83 echo.
84 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
91 echo.
92 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
99 echo.
100 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
107 echo.
108 echo.Build finished; now you can process the pickle files.
115 echo.
116 echo.Build finished; now you can process the JSON files.
123 echo.
124 echo.Build finished; now you can run HTML Help Workshop with the ^
132 echo.
133 echo.Build finished; now you can run "qcollectiongenerator" with the ^
135 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Fit.qhcp
136 echo.To view the help file:
137 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Fit.ghc
144 echo.
145 echo.Build finished.
152 echo.
153 echo.Build finished. The epub file is in %BUILDDIR%/epub.
160 echo.
161 echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
168 echo.
169 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
178 echo.
179 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
188 echo.
189 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
196 echo.
197 echo.Build finished. The text files are in %BUILDDIR%/text.
204 echo.
205 echo.Build finished. The manual pages are in %BUILDDIR%/man.
212 echo.
213 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
220 echo.
221 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
228 echo.
229 echo.The overview file is in %BUILDDIR%/changes.
236 echo.
237 echo.Link check complete; look for any errors in the above output ^
245 echo.
246 echo.Testing of doctests in the sources finished, look at the ^
254 echo.
255 echo.Testing of coverage in the sources finished, look at the ^
263 echo.
264 echo.Build finished. The XML files are in %BUILDDIR%/xml.
271 echo.
272 echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
279 echo.
280 echo.Build finished. Dummy builder generates no files.