From 8f1523e9dcebfc5549e87de51359ea7b221809ab Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 12 Jun 2011 19:08:58 +0100 Subject: [PATCH] Remove some trailing whitespace We were getting InstallExtraPackages="YES " --- mk/validate-settings.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index b7f788b..e250fa6 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -23,7 +23,7 @@ STRIP_CMD = : CHECK_PACKAGES = YES # We want to install DPH when validating, so that we can test it -InstallExtraPackages = YES +InstallExtraPackages = YES # dblatex with miktex under msys/mingw can't build the PS and PDF docs, # and just building the HTML docs is sufficient to check that the -- 1.7.10.4