diff mbox

[ovs-dev,RFC,4/4] doc: Remove latex output configuration

Message ID 20170410121230.16029-5-stephen@that.guru
State Superseded
Headers show

Commit Message

Stephen Finucane April 10, 2017, 12:12 p.m. UTC
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>
---
 Documentation/automake.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox

Patch

diff --git a/Documentation/automake.mk b/Documentation/automake.mk
index 7b6de65..7a3c078 100644
--- a/Documentation/automake.mk
+++ b/Documentation/automake.mk
@@ -103,9 +103,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@)