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