From 738f48072af31a7a67cdfc997b27fe44183b0674 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 3 May 2007 15:13:16 +0000 Subject: [PATCH] Monotone-Parent: 33d6ed4d81ea69479070eeecb494de1a86f32771 Monotone-Revision: b17d302eb00b85fc88d646f3ca2f85130bf42255 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-03T15:13:16 Monotone-Branch: ca.inverse.sogo --- UI/Templates/GNUmakefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/UI/Templates/GNUmakefile b/UI/Templates/GNUmakefile index 8b9813f66..2cefe4969 100644 --- a/UI/Templates/GNUmakefile +++ b/UI/Templates/GNUmakefile @@ -1,7 +1,12 @@ # GNUstep makefile +XMLLINT = $(shell which xmllint) +ifeq ($(XMLLIST),) + XMLLINT = /bin/true +endif + validate-wox: - xmllint --noout *.wox + $(XMLLINT) --noout *.wox all :: validate-wox