.PHONY:help clean html dirhtml singlehtml json htmlhelp devhelp epub latex latexpdf text changes linkcheck doctest gettext
.PHONY:all help clean html dirhtml singlehtml json htmlhelp devhelp epub latex latexpdf text changes linkcheck doctest gettext po pot po2json merge release
all:dev
help:
@echo"Please use \`make <target>' where <target> is one of"
@echo" changes to make an overview of all changed/added/deprecated items"
@echo" devhelp to make HTML files and a Devhelp project"
@echo" dirhtml to make HTML files named index.html in directories"
@echo" doctest to run all doctests embedded in the documentation (if enabled)"
@echo" epub to export the documentation to epub"
@echo" dev to set up the development environment"
@echo" gettext to make PO message catalogs of the documentation"
@echo" html to make standalone HTML files of the documentation"
@echo" htmlhelp to make HTML files and a HTML help project from the documentation"
@echo" info to make Texinfo files and run them through makeinfo"
@echo" json to make JSON files"
@echo" latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
@echo" latexpdf to make LaTeX files and run them through pdflatex"
@echo" linkcheck to check all external links for integrity"
@echo" pot generates a gettext POT file to be used for translations"
@echo" pot to generate a gettext POT file to be used for translations"
@echo" po to generate gettext PO files for each i18n language"
@echo" po2json to generate JSON files from the language PO files"
@echo" release to make a new minified release"
@echo" singlehtml to make a single large HTML file"
@echo" texinfo to make Texinfo files"
@echo" text to make text files"
# @echo " changes to make an overview of all changed/added/deprecated items"
# @echo " devhelp to make HTML files and a Devhelp project"
# @echo " dirhtml to make HTML files named index.html in directories"
# @echo " doctest to run all doctests embedded in the documentation (if enabled)"
# @echo " epub to export the documentation to epub"
# @echo " htmlhelp to make HTML files and a HTML help project from the documentation"
# @echo " info to make Texinfo files and run them through makeinfo"
# @echo " json to make JSON files"
# @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
# @echo " latexpdf to make LaTeX files and run them through pdflatex"
# @echo " linkcheck to check all external links for integrity"
# @echo " singlehtml to make a single large HTML file"