From 5bf528a02248cb643c18a8053a0039fffa07819d Mon Sep 17 00:00:00 2001 From: Kevin Masaryk Date: Tue, 4 Mar 2014 14:36:03 -0800 Subject: [PATCH] Don't overwrite LANG in each language's Makefile. Problem was introduced with last commit. Seems like it doesn't matter since LANG is passed in with the build command which will override the Makefile var anyways. Interesting that the en/Makefile is being copied to all the other languages before build command is issued. --- es/Makefile | 2 +- fr/Makefile | 2 +- ja/Makefile | 2 +- pt/Makefile | 2 +- ro/Makefile | 2 +- ru/Makefile | 2 +- sr/Makefile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/es/Makefile b/es/Makefile index 9d2fee1833..d0d8813801 100644 --- a/es/Makefile +++ b/es/Makefile @@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build PAPER = BUILDDIR = ../build PYTHON = python -LANG = en +LANG = es # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 diff --git a/fr/Makefile b/fr/Makefile index 9d2fee1833..d926096035 100644 --- a/fr/Makefile +++ b/fr/Makefile @@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build PAPER = BUILDDIR = ../build PYTHON = python -LANG = en +LANG = fr # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 diff --git a/ja/Makefile b/ja/Makefile index 9d2fee1833..0183876961 100644 --- a/ja/Makefile +++ b/ja/Makefile @@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build PAPER = BUILDDIR = ../build PYTHON = python -LANG = en +LANG = ja # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 diff --git a/pt/Makefile b/pt/Makefile index 9d2fee1833..201198c954 100644 --- a/pt/Makefile +++ b/pt/Makefile @@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build PAPER = BUILDDIR = ../build PYTHON = python -LANG = en +LANG = pt # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 diff --git a/ro/Makefile b/ro/Makefile index 9d2fee1833..9158ff01ae 100644 --- a/ro/Makefile +++ b/ro/Makefile @@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build PAPER = BUILDDIR = ../build PYTHON = python -LANG = en +LANG = ro # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 diff --git a/ru/Makefile b/ru/Makefile index 9d2fee1833..00da8d9468 100644 --- a/ru/Makefile +++ b/ru/Makefile @@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build PAPER = BUILDDIR = ../build PYTHON = python -LANG = en +LANG = ru # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 diff --git a/sr/Makefile b/sr/Makefile index 9d2fee1833..deacedfd12 100644 --- a/sr/Makefile +++ b/sr/Makefile @@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build PAPER = BUILDDIR = ../build PYTHON = python -LANG = en +LANG = sr # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4