mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: 33d6ed4d81ea69479070eeecb494de1a86f32771
Monotone-Revision: b17d302eb00b85fc88d646f3ca2f85130bf42255 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-03T15:13:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user