projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c37ed6
)
added XML syntax checking to 'make check' target
author
Marc Cromme
<marc@indexdata.dk>
Tue, 10 Oct 2006 15:41:51 +0000
(15:41 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Tue, 10 Oct 2006 15:41:51 +0000
(15:41 +0000)
etc/Makefile.am
patch
|
blob
|
history
diff --git
a/etc/Makefile.am
b/etc/Makefile.am
index
4c4a498
..
fc3dfc0
100644
(file)
--- a/
etc/Makefile.am
+++ b/
etc/Makefile.am
@@
-1,4
+1,4
@@
-# $Id: Makefile.am,v 1.4 2006-10-10 15:10:16 marc Exp $
+# $Id: Makefile.am,v 1.5 2006-10-10 15:41:51 marc Exp $
# This doesn't actually build anything, it just tests whether the
# configuration files here correspond with the schema.
@@
-38,4
+38,8
@@
check_xsd:
xmllint --noout --schema $(xsd) $(xmlconfig)
+check-local:
+ $(MAKE) check_xsd
+ $(MAKE) check_rng
+