Lines Matching full:make
21 @echo "Please use \`make <target>' where <target> is one of"
23 @echo " html to make standalone HTML files"
25 @echo " htmlhelp to make HTML files and a HTML help project"
26 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
27 @echo " text to make plain text files"
28 @echo " epub to make EPUB files"
29 @echo " changes to make an overview over all changed/added/deprecated items"
55 @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
72 @$(MAKE) build BUILDER=$(BUILDER) || { \
79 @$(MAKE) build BUILDER=$(BUILDER) || { \
91 @$(MAKE) build BUILDER=$(BUILDER) || { \
112 make html
121 make text
131 make latex PAPER=a4
133 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
139 make latex PAPER=letter
141 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
147 make epub
160 make dist SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
161 -make suspicious
165 make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
174 @make autobuild-dev
181 @make autobuild-dev-html