summaryrefslogtreecommitdiff
path: root/Documentation/automake.mk
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-04-10 13:12:30 +0100
committerBen Pfaff <blp@ovn.org>2017-04-21 14:15:13 -0700
commit70cb24de87d35aa4adc1917327539788c008d345 (patch)
treec13bd23e0877008225a8bb723f47758bf5ffae00 /Documentation/automake.mk
parent3591d8c7bb62c7889da547eb528f8b23b9f4855d (diff)
downloadopenvswitch-70cb24de87d35aa4adc1917327539788c008d345.tar.gz
doc: Remove latex output configuration
We don't care about building LaTeX documentation, so there's no need to keep this build cruft around. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/automake.mk')
-rw-r--r--Documentation/automake.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/automake.mk b/Documentation/automake.mk
index db15a0d57..49d00a721 100644
--- a/Documentation/automake.mk
+++ b/Documentation/automake.mk
@@ -102,9 +102,7 @@ SPHINXSRCDIR = $(srcdir)/Documentation
SPHINXBUILDDIR = $(builddir)/Documentation/_build
# Internal variables.
-PAPEROPT_a4 = -D latex_paper_size=a4
-PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS = -W -n -d $(SPHINXBUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(SPHINXSRCDIR)
+ALLSPHINXOPTS = -W -n -d $(SPHINXBUILDDIR)/doctrees $(SPHINXOPTS) $(SPHINXSRCDIR)
sphinx_verbose = $(sphinx_verbose_@AM_V@)
sphinx_verbose_ = $(sphinx_verbose_@AM_DEFAULT_V@)