Monotone-Parent: 8478b12e221a5c783be93f387cf4f4e1de33d3f9

Monotone-Revision: 0881271c467d0cbc8ec21fe38da728668f087639

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-05-20T19:30:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-05-20 19:30:21 +00:00
parent 3ac42b48a3
commit a5d2d726ab
+3 -3
View File
@@ -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 ::