]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1009 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / GNUmakefile
1 # GNUstep makefile
2
3 validate-wox:
4         xmllint --noout *.wox
5
6 all :: validate-wox
7
8 install :: all
9
10 clean ::
11
12 distclean :: clean
13
14 uninstall ::