From 40aeca610ef70b5010248cfd5d6b6f823955f457 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 23 Oct 2009 14:35:12 +0000 Subject: [PATCH] Don't build PS/PDF docs when validating 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 markup is correct, so we turn off PS and PDF doc building when validating. --- mk/validate-settings.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index b91a88e..322aaef 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -22,6 +22,13 @@ STRIP = : CHECK_PACKAGES = 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 +# markup is correct, so we turn off PS and PDF doc building when +# validating. +BUILD_DOCBOOK_PS = NO +BUILD_DOCBOOK_PDF = NO + ifeq "$(ValidateHpc)" "YES" GhcStage2HcOpts += -fhpc -hpcdir $(TOP)/testsuite/hpc_output/ endif -- 1.7.10.4