Lines Matching refs:make
31 @echo "Please use \`make <target>' where <target> is one of"
34 @echo " html to make standalone HTML files"
36 @echo " htmlhelp to make HTML files and a HTML help project"
37 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
38 @echo " text to make plain text files"
39 @echo " texinfo to make Texinfo file"
40 @echo " epub to make EPUB files"
41 @echo " changes to make an overview over all changed/added/deprecated items"
69 echo "Please run 'make venv' to install local copies."; \
88 @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
98 @echo "Run \`make info' in that directory to run it through makeinfo."
122 @echo "⚠ make suspicious is deprecated and will be removed soon."
124 @echo "⚠ make check"
155 echo "To recreate it, remove it first with \`make clean-venv'."; \
168 make html
177 make text
187 make latex PAPER=a4
189 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
195 make latex PAPER=letter
197 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
203 make epub
208 make texinfo
209 make info --directory=build/texinfo
235 make dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
239 make html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
248 @make autobuild-dev
255 @make autobuild-dev-html