Changeset View
Changeset View
Standalone View
Standalone View
docs/Makefile
| SPHINXOPTS = | SPHINXOPTS ?= | ||||
| SPHINXBUILD = python3 -c 'import sphinx, sys; sys.exit(sphinx.main(sys.argv))' | SPHINXBUILD = python3 -c 'import sphinx, sys; sys.exit(sphinx.main(sys.argv))' | ||||
| SOURCEDIR = . | SOURCEDIR = . | ||||
| BUILDDIR = _build | BUILDDIR = _build | ||||
| HTMLDIR = $(BUILDDIR)/html | HTMLDIR = $(BUILDDIR)/html | ||||
| SWHPKGDIR = `python3 -c 'import swh; print(swh.__path__[0])'` | SWHPKGDIR = `python3 -c 'import swh; print(swh.__path__[0])'` | ||||
| INSTALL_HOST = pergamon.internal.softwareheritage.org | INSTALL_HOST = pergamon.internal.softwareheritage.org | ||||
| INSTALL_DIR = /srv/softwareheritage/docs/webroot/devel | INSTALL_DIR = /srv/softwareheritage/docs/webroot/devel | ||||
| ▲ Show 20 Lines • Show All 62 Lines • Show Last 20 Lines | |||||