/usr/share/doc/python3-launchpadlib/docs
NameSizeModeActions
files/-0755rm
command-line.rst11030644editdlrm
conf.py.gz21660644editdlrm
CONTRIBUTING.rst13010644editdlrm
hosted-files.rst29270644editdlrm
index.rst9170644editdlrm
introduction.rst.gz35960644editdlrm
Makefile6090644editdlrm
operations.rst8580644editdlrm
people.rst.gz20200644editdlrm
toplevel.rst33460644editdlrm
Edit: /usr/share/doc/python3-launchpadlib/docs/Makefile (609B)
# Minimal makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build SPHINXPROJ = launchpadlib 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)