From 6366b4a21bc9b7d1ab5235ba7781479f5b5b0ff3 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 14 Dec 2015 19:05:18 +0100 Subject: [PATCH] Cmake export tests: Disable inputencoding setting It was used for the combination pdf4_texF, but since LyX should nowadays set the correct encoding, this is not needed anymore. --- development/autotests/useSystemFonts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/useSystemFonts.pl b/development/autotests/useSystemFonts.pl index f44e5ae6fb..843a3d4f09 100644 --- a/development/autotests/useSystemFonts.pl +++ b/development/autotests/useSystemFonts.pl @@ -123,7 +123,7 @@ if ($fontT eq "systemF") { $font{typewriter} = "FreeMono"; } } -else { +elsif (0) { # set to '1' to enable setting of inputencoding # use tex font here my %encoding = (); if (defined($languageFile)) { -- 2.39.5