Lines Matching full:echo
1 @ECHO OFF
21 echo.Please use `make ^<target^>` where ^<target^> is one of
22 echo. html to make standalone HTML files
23 echo. dirhtml to make HTML files named index.html in directories
24 echo. singlehtml to make a single large HTML file
25 echo. pickle to make pickle files
26 echo. json to make JSON files
27 echo. htmlhelp to make HTML files and a HTML help project
28 echo. qthelp to make HTML files and a qthelp project
29 echo. devhelp to make HTML files and a Devhelp project
30 echo. epub to make an epub
31 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
32 echo. text to make text files
33 echo. man to make manual pages
34 echo. texinfo to make Texinfo files
35 echo. gettext to make PO message catalogs
36 echo. changes to make an overview over all changed/added/deprecated items
37 echo. xml to make Docutils-native XML files
38 echo. pseudoxml to make pseudoxml-XML files for display purposes
39 echo. linkcheck to check all external links for integrity
40 echo. doctest to run all doctests embedded in the documentation if enabled
53 echo.
54 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
55 echo.installed, then set the SPHINXBUILD environment variable to point
56 echo.to the full path of the 'sphinx-build' executable. Alternatively you
57 echo.may add the Sphinx directory to PATH.
58 echo.
59 echo.If you don't have Sphinx installed, grab it from
60 echo.http://sphinx-doc.org/
67 echo.
68 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
75 echo.
76 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
83 echo.
84 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
91 echo.
92 echo.Build finished; now you can process the pickle files.
99 echo.
100 echo.Build finished; now you can process the JSON files.
107 echo.
108 echo.Build finished; now you can run HTML Help Workshop with the ^
116 echo.
117 echo.Build finished; now you can run "qcollectiongenerator" with the ^
119 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\libuv.qhcp
120 echo.To view the help file:
121 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\libuv.ghc
128 echo.
129 echo.Build finished.
136 echo.
137 echo.Build finished. The epub file is in %BUILDDIR%/epub.
144 echo.
145 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
154 echo.
155 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
164 echo.
165 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
172 echo.
173 echo.Build finished. The text files are in %BUILDDIR%/text.
180 echo.
181 echo.Build finished. The manual pages are in %BUILDDIR%/man.
188 echo.
189 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
196 echo.
197 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
204 echo.
205 echo.The overview file is in %BUILDDIR%/changes.
212 echo.
213 echo.Link check complete; look for any errors in the above output ^
221 echo.
222 echo.Testing of doctests in the sources finished, look at the ^
230 echo.
231 echo.Build finished. The XML files are in %BUILDDIR%/xml.
238 echo.
239 echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.