Lines Matching full:echo
1 @ECHO OFF
20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
30 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
31 echo. text to make text files
32 echo. man to make manual pages
33 echo. texinfo to make Texinfo files
34 echo. gettext to make PO message catalogs
35 echo. changes to make an overview over all changed/added/deprecated items
36 echo. xml to make Docutils-native XML files
37 echo. pseudoxml to make pseudoxml-XML files for display purposes
38 echo. linkcheck to check all external links for integrity
39 echo. doctest to run all doctests embedded in the documentation if enabled
40 echo. coverage to run coverage check of the documentation if enabled
61 echo.
62 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
63 echo.installed, then set the SPHINXBUILD environment variable to point
64 echo.to the full path of the 'sphinx-build' executable. Alternatively you
65 echo.may add the Sphinx directory to PATH.
66 echo.
67 echo.If you don't have Sphinx installed, grab it from
68 echo.http://sphinx-doc.org/
78 echo.
79 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
86 echo.
87 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
94 echo.
95 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
102 echo.
103 echo.Build finished; now you can process the pickle files.
110 echo.
111 echo.Build finished; now you can process the JSON files.
118 echo.
119 echo.Build finished; now you can run HTML Help Workshop with the ^
127 echo.
128 echo.Build finished; now you can run "qcollectiongenerator" with the ^
130 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\devlib.qhcp
131 echo.To view the help file:
132 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\devlib.ghc
139 echo.
140 echo.Build finished.
147 echo.
148 echo.Build finished. The epub file is in %BUILDDIR%/epub.
155 echo.
156 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
165 echo.
166 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
175 echo.
176 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
183 echo.
184 echo.Build finished. The text files are in %BUILDDIR%/text.
191 echo.
192 echo.Build finished. The manual pages are in %BUILDDIR%/man.
199 echo.
200 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
207 echo.
208 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
215 echo.
216 echo.The overview file is in %BUILDDIR%/changes.
223 echo.
224 echo.Link check complete; look for any errors in the above output ^
232 echo.
233 echo.Testing of doctests in the sources finished, look at the ^
241 echo.
242 echo.Testing of coverage in the sources finished, look at the ^
250 echo.
251 echo.Build finished. The XML files are in %BUILDDIR%/xml.
258 echo.
259 echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.