• Home
  • Raw
  • Download

Lines Matching full:echo

28 	@echo "Please use \`make <target>' where <target> is one of"
29 @echo " html to make standalone HTML files"
30 @echo " dirhtml to make HTML files named index.html in directories"
31 @echo " singlehtml to make a single large HTML file"
32 @echo " pickle to make pickle files"
33 @echo " json to make JSON files"
34 @echo " htmlhelp to make HTML files and a HTML help project"
35 @echo " qthelp to make HTML files and a qthelp project"
36 @echo " devhelp to make HTML files and a Devhelp project"
37 @echo " epub to make an epub"
38 @echo " latex to make LaTeX files, you can set PAPER=a4 or"
39 @echo " PAPER=letter"
40 @echo " latexpdf to make LaTeX files and run them through pdflatex"
41 @echo " text to make text files"
42 @echo " man to make manual pages"
43 @echo " texinfo to make Texinfo files"
44 @echo " info to make Texinfo files and run them through makeinfo"
45 @echo " gettext to make PO message catalogs"
46 @echo " changes to make an overview of all"
47 @echo " changed/added/deprecated items"
48 @echo " linkcheck to check all external links for integrity"
49 @echo " doctest to run all doctests embedded in the"
50 @echo " documentation (if enabled)"
57 @echo
58 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
62 @echo
63 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
67 @echo
68 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
72 @echo
73 @echo "Build finished; now you can process the pickle files."
77 @echo
78 @echo "Build finished; now you can process the JSON files."
82 @echo
83 @echo "Build finished; now you can run HTML Help Workshop with the"
84 @echo ".hhp project file in $(BUILDDIR)/htmlhelp."
88 @echo
89 @echo "Build finished; now you can run 'qcollectiongenerator' with the"
90 @echo ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
91 @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/llvm.qhcp"
92 @echo "To view the help file:"
93 @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/llvm.qhc"
97 @echo
98 @echo "Build finished."
99 @echo "To view the help file:"
100 @echo "# mkdir -p $$HOME/.local/share/devhelp/llvm"
101 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/llvm"
102 @echo "# devhelp"
106 @echo
107 @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
111 @echo
112 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
113 @echo "Run \`make' in that directory to run these through (pdf)latex" \
118 @echo "Running LaTeX files through pdflatex..."
120 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
124 @echo
125 @echo "Build finished. The text files are in $(BUILDDIR)/text."
129 @echo
130 @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
134 @echo
135 @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
136 @echo "Run \`make' in that directory to run these through makeinfo" \
141 @echo "Running Texinfo files through makeinfo..."
143 @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
147 @echo
148 @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
152 @echo
153 @echo "The overview file is in $(BUILDDIR)/changes."
157 @echo
158 @echo "Link check complete; look for any errors in the above output "
159 @echo "or in $(BUILDDIR)/linkcheck/output.txt."
163 @echo "Testing of doctests in the sources finished, look at the " \