From a5d2d726ab5e4a1d3b423c38697046b616ac9742 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 20 May 2008 19:30:21 +0000 Subject: [PATCH] Monotone-Parent: 8478b12e221a5c783be93f387cf4f4e1de33d3f9 Monotone-Revision: 0881271c467d0cbc8ec21fe38da728668f087639 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-20T19:30:21 Monotone-Branch: ca.inverse.sogo --- UI/Templates/GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/Templates/GNUmakefile b/UI/Templates/GNUmakefile index fa3d39367..1ad7f522a 100644 --- a/UI/Templates/GNUmakefile +++ b/UI/Templates/GNUmakefile @@ -5,10 +5,10 @@ include ../common.make XMLLINT = xmllint XMLLINT-BIN = $(shell which $(XMLLINT)) ifeq ($(XMLLINT-BIN),) -all :: +all install :: @echo Utility \"$(XMLLINT)\" not found. Skipping validation. else -all :: validate-wox +all install :: validate-wox endif WOXS = $(shell find . -name '*.wox' -type f) @@ -32,7 +32,7 @@ install-files :: @echo Installing template files... @tar cf - $(WOXS) | ( cd $(SOGO_TEMPLATESDIR); tar xf -) -install :: validate-wox mkinstall-dirs install-files +install :: mkinstall-dirs install-files clean ::