mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 09:55:09 +00:00
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:
@@ -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 ::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user