Skip to content
Snippets Groups Projects
Commit c6c7d36e authored by David Maus's avatar David Maus
Browse files

Validierung des RDF/XML als Makefile target

parent d258c938
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ TRANG := trang.cmd ...@@ -2,6 +2,7 @@ TRANG := trang.cmd
JING := jing.cmd JING := jing.cmd
SAXON := transform.cmd SAXON := transform.cmd
XSPEC := xspec.cmd XSPEC := xspec.cmd
XPROC := calabash.cmd
COPY := cp COPY := cp
RM := rm -f RM := rm -f
...@@ -19,6 +20,10 @@ test: copy-schema test/schema/common.sch test/schema/common.xspec test/schema/vo ...@@ -19,6 +20,10 @@ test: copy-schema test/schema/common.sch test/schema/common.xspec test/schema/vo
$(XSPEC) -s test/schema/common.xspec $(XSPEC) -s test/schema/common.xspec
$(XSPEC) -s test/schema/vocab.xspec $(XSPEC) -s test/schema/vocab.xspec
.PHONY: validate
validate:
$(XPROC) src/xproc/validate-rdfxml.xpl
.PHONY: clean .PHONY: clean
clean: clean:
$(RM) test/schema/*.rnc $(RM) test/schema/*.rnc
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment