Lines Matching full:echo
1 @ECHO OFF
19 echo.Please use `make ^<target^>` where ^<target^> is one of
20 echo. html to make standalone HTML files
21 echo. dirhtml to make HTML files named index.html in directories
22 echo. singlehtml to make a single large HTML file
23 echo. pickle to make pickle files
24 echo. json to make JSON files
25 echo. htmlhelp to make HTML files and a HTML help project
26 echo. qthelp to make HTML files and a qthelp project
27 echo. devhelp to make HTML files and a Devhelp project
28 echo. epub to make an epub
29 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
30 echo. text to make text files
31 echo. man to make manual pages
32 echo. changes to make an overview over all changed/added/deprecated items
33 echo. linkcheck to check all external links for integrity
34 echo. doctest to run all doctests embedded in the documentation if enabled
47 echo.
48 echo.Build finished. The HTML pages are in %HTMLDIR%.
55 echo.
56 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
63 echo.
64 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
71 echo.
72 echo.Build finished; now you can process the pickle files.
79 echo.
80 echo.Build finished; now you can process the JSON files.
87 echo.
88 echo.Build finished; now you can run HTML Help Workshop with the ^
96 echo.
97 echo.Build finished; now you can run "qcollectiongenerator" with the ^
99 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\BoostNumPy.qhcp
100 echo.To view the help file:
101 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\BoostNumPy.ghc
108 echo.
109 echo.Build finished.
116 echo.
117 echo.Build finished. The epub file is in %BUILDDIR%/epub.
124 echo.
125 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
132 echo.
133 echo.Build finished. The text files are in %BUILDDIR%/text.
140 echo.
141 echo.Build finished. The manual pages are in %BUILDDIR%/man.
148 echo.
149 echo.The overview file is in %BUILDDIR%/changes.
156 echo.
157 echo.Link check complete; look for any errors in the above output ^
165 echo.
166 echo.Testing of doctests in the sources finished, look at the ^