2016-12-08 12:55:20 +00:00
|
|
|
EXTRA_DIST += \
|
2016-12-08 12:55:30 +00:00
|
|
|
Documentation/group-selection-method-property.txt \
|
2016-12-08 12:55:20 +00:00
|
|
|
Documentation/_static/logo.png \
|
|
|
|
Documentation/conf.py \
|
|
|
|
Documentation/index.rst \
|
2016-12-08 12:55:21 +00:00
|
|
|
Documentation/contents.rst \
|
|
|
|
Documentation/intro/index.rst \
|
2016-12-08 12:55:28 +00:00
|
|
|
Documentation/intro/why-ovs.rst \
|
2016-12-08 12:55:21 +00:00
|
|
|
Documentation/intro/install/index.rst \
|
2016-12-08 12:55:24 +00:00
|
|
|
Documentation/intro/install/bash-completion.rst \
|
|
|
|
Documentation/intro/install/debian.rst \
|
|
|
|
Documentation/intro/install/dpdk-advanced.rst \
|
|
|
|
Documentation/intro/install/dpdk.rst \
|
|
|
|
Documentation/intro/install/fedora.rst \
|
|
|
|
Documentation/intro/install/general.rst \
|
|
|
|
Documentation/intro/install/netbsd.rst \
|
|
|
|
Documentation/intro/install/rhel.rst \
|
|
|
|
Documentation/intro/install/userspace.rst \
|
|
|
|
Documentation/intro/install/windows.rst \
|
|
|
|
Documentation/intro/install/xenserver.rst \
|
2016-12-08 12:55:21 +00:00
|
|
|
Documentation/tutorials/index.rst \
|
2016-12-08 12:55:27 +00:00
|
|
|
Documentation/tutorials/ovn-basics.rst \
|
|
|
|
Documentation/tutorials/ovs-advanced.rst \
|
2016-12-08 12:55:21 +00:00
|
|
|
Documentation/topics/index.rst \
|
2016-12-08 12:55:26 +00:00
|
|
|
Documentation/topics/bonding.rst \
|
|
|
|
Documentation/topics/datapath.rst \
|
|
|
|
Documentation/topics/design.rst \
|
|
|
|
Documentation/topics/dpdk.rst \
|
|
|
|
Documentation/topics/high-availability.rst \
|
|
|
|
Documentation/topics/integration.rst \
|
|
|
|
Documentation/topics/openflow.rst \
|
|
|
|
Documentation/topics/ovsdb-replication.rst \
|
|
|
|
Documentation/topics/porting.rst \
|
|
|
|
Documentation/topics/windows.rst \
|
2016-12-08 12:55:21 +00:00
|
|
|
Documentation/howto/index.rst \
|
2016-12-08 12:55:24 +00:00
|
|
|
Documentation/howto/docker.rst \
|
|
|
|
Documentation/howto/kvm.rst \
|
|
|
|
Documentation/howto/libvirt.rst \
|
|
|
|
Documentation/howto/selinux.rst \
|
|
|
|
Documentation/howto/ssl.rst \
|
2016-12-08 12:55:25 +00:00
|
|
|
Documentation/howto/native-tunneling.rst \
|
|
|
|
Documentation/howto/lisp.rst \
|
|
|
|
Documentation/howto/openstack-containers.rst \
|
|
|
|
Documentation/howto/vtep.rst \
|
2016-12-08 12:55:21 +00:00
|
|
|
Documentation/ref/index.rst \
|
|
|
|
Documentation/faq/index.rst \
|
2016-12-08 12:55:29 +00:00
|
|
|
Documentation/faq/configuration.rst \
|
|
|
|
Documentation/faq/contributing.rst \
|
|
|
|
Documentation/faq/design.rst \
|
|
|
|
Documentation/faq/general.rst \
|
|
|
|
Documentation/faq/issues.rst \
|
|
|
|
Documentation/faq/openflow.rst \
|
|
|
|
Documentation/faq/qos.rst \
|
|
|
|
Documentation/faq/releases.rst \
|
|
|
|
Documentation/faq/terminology.rst \
|
|
|
|
Documentation/faq/vlan.rst \
|
|
|
|
Documentation/faq/vxlan.rst \
|
2016-12-08 12:55:23 +00:00
|
|
|
Documentation/internals/index.rst \
|
|
|
|
Documentation/internals/authors.rst \
|
|
|
|
Documentation/internals/bugs.rst \
|
|
|
|
Documentation/internals/committer-grant-revocation.rst \
|
|
|
|
Documentation/internals/committer-responsibilities.rst \
|
|
|
|
Documentation/internals/mailing-lists.rst \
|
|
|
|
Documentation/internals/maintainers.rst \
|
|
|
|
Documentation/internals/release-process.rst \
|
|
|
|
Documentation/internals/security.rst \
|
|
|
|
Documentation/internals/contributing/index.rst \
|
|
|
|
Documentation/internals/contributing/coding-style.rst \
|
|
|
|
Documentation/internals/contributing/coding-style-windows.rst \
|
|
|
|
Documentation/internals/contributing/documentation-style.rst \
|
|
|
|
Documentation/internals/contributing/submitting-patches.rst
|
2016-12-08 12:55:20 +00:00
|
|
|
|
|
|
|
# You can set these variables from the command line.
|
|
|
|
SPHINXOPTS =
|
|
|
|
SPHINXBUILD = sphinx-build
|
|
|
|
SPHINXSRCDIR = $(srcdir)/Documentation
|
2016-12-08 12:55:30 +00:00
|
|
|
SPHINXBUILDDIR = $(builddir)/Documentation/_build
|
2016-12-08 12:55:20 +00:00
|
|
|
|
|
|
|
# Internal variables.
|
|
|
|
PAPEROPT_a4 = -D latex_paper_size=a4
|
|
|
|
PAPEROPT_letter = -D latex_paper_size=letter
|
2016-12-08 12:55:26 +00:00
|
|
|
ALLSPHINXOPTS = -W -d $(SPHINXBUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(SPHINXSRCDIR)
|
2016-12-08 12:55:20 +00:00
|
|
|
|
|
|
|
.PHONY: htmldocs
|
|
|
|
htmldocs:
|
|
|
|
rm -rf $(SPHINXBUILDDIR)/*
|
|
|
|
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(SPHINXBUILDDIR)/html
|