• Home
  • Raw
  • Download

Lines Matching full:echo

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 " latexpdf to make LaTeX files and run them through pdflatex"
33 @echo " text to make text files"
34 @echo " man to make manual pages"
35 @echo " changes to make an overview of all changed/added/deprecated items"
36 @echo " linkcheck to check all external links for integrity"
37 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
44 @echo
45 @echo "Build finished. The HTML pages are in $(HTMLDIR)."
49 @echo
50 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
54 @echo
55 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
59 @echo
60 @echo "Build finished; now you can process the pickle files."
64 @echo
65 @echo "Build finished; now you can process the JSON files."
69 @echo
70 @echo "Build finished; now you can run HTML Help Workshop with the" \
75 @echo
76 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
78 @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/BoostNumPy.qhcp"
79 @echo "To view the help file:"
80 @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/BoostNumPy.qhc"
84 @echo
85 @echo "Build finished."
86 @echo "To view the help file:"
87 @echo "# mkdir -p $$HOME/.local/share/devhelp/BoostNumPy"
88 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/BoostNumPy"
89 @echo "# devhelp"
93 @echo
94 @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
98 @echo
99 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
100 @echo "Run \`make' in that directory to run these through (pdf)latex" \
105 @echo "Running LaTeX files through pdflatex..."
107 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
111 @echo
112 @echo "Build finished. The text files are in $(BUILDDIR)/text."
116 @echo
117 @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
121 @echo
122 @echo "The overview file is in $(BUILDDIR)/changes."
126 @echo
127 @echo "Link check complete; look for any errors in the above output " \
132 @echo "Testing of doctests in the sources finished, look at the " \