blob: 54461d1a76e249e3eb2546dfc79e0322d422a12d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $Id$
all: samples schemas
samples: left-right-protocol-samples/.stamp
left-right-protocol-samples/.stamp: left-right-protocol-samples.xsl ../docs/left-right-xml
xsltproc left-right-protocol-samples.xsl ../docs/left-right-xml
touch $@
schemas: left-right-schema.rng up-down-medium-schema.rng up-down-schema.rng
.rnc.rng:
trang $< $@
.SUFFIXES: .rnc .rng
test: all
python xml-parse-test.py
|