From: helge Date: Fri, 18 Feb 2005 00:38:39 +0000 (+0000) Subject: added a templates makefile X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d22f31152d9078bf7e7aeaa33bd40fdf5b91b8;p=scalable-opengroupware.org added a templates makefile git-svn-id: http://svn.opengroupware.org/SOGo/trunk@583 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Templates/GNUmakefile b/SOGo/UI/Templates/GNUmakefile new file mode 100644 index 00000000..b17120cd --- /dev/null +++ b/SOGo/UI/Templates/GNUmakefile @@ -0,0 +1,8 @@ +# GNUstep makefile + +validate-wox: + xmllint --noout *.wox + +all :: validate-wox + +install :: all