From 28d22f31152d9078bf7e7aeaa33bd40fdf5b91b8 Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 18 Feb 2005 00:38:39 +0000 Subject: [PATCH] added a templates makefile git-svn-id: http://svn.opengroupware.org/SOGo/trunk@583 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Templates/GNUmakefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SOGo/UI/Templates/GNUmakefile 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 -- 2.39.5