The following commit has been merged in the master branch:
commit ad038136d24d649bb5d4e73820fcc445880ab333
Author: Bas Couwenberg <[email protected]>
Date: Sun Jan 19 23:32:53 2014 +0100
Don't output the XML document when validating.
diff --git a/Makefile b/Makefile
index d794417..6b5081b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ clean:
rm -f policy.html
valid:
- xmllint --valid policy.xml
+ xmllint --valid --noout policy.xml
publish: policy
rsync -av * $(PUBLISHHOST):$(PUBLISHDIR)
--
pkg-grass website
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel