Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dmj
kitodo-schema
Commits
c95e75b7
Commit
c95e75b7
authored
Oct 10, 2017
by
David Maus
Browse files
Make target `clean'
parent
f4dc29d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c95e75b7
...
...
@@ -11,6 +11,12 @@ SAXON = java -jar lib/saxon9he.jar
%.sch
:
%.rng
$(SAXON)
-xsl
:lib/rngsch.xsl
-o
:
$@
$<
.PHONY
:
clean
clean
:
rm
-f
src/
*
.xsd
rm
-f
src/
*
.rng
rm
-f
src/
*
.sch
test
:
src/ruleset.sch
$(XSPEC)
-s
test
/ruleset.xspec
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment