Mercurial > libervia-desktop-kivy
view doc/Makefile @ 463:5f0705a9cd3b
install: set minimum version to Kivy 2.0.0:
this version brings async support and bugfixes which were backported, thus backport is not
needed anymore and has been removed.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Mar 2021 14:21:15 +0100 |
parents | aafd814e34b5 |
children |
line wrap: on
line source
# Minimal makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build SOURCEDIR = . BUILDDIR = .build # Put it first so that "make" without argument is like "make help". help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) .PHONY: help Makefile # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)