Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
c9edc320
Commit
c9edc320
authored
Mar 21, 2013
by
MARCHE Claude
Browse files
makefile entry xml-validate-local
parent
fa077ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
c9edc320
...
...
@@ -449,6 +449,11 @@ xml-validate:
xmllint
--noout
--valid
$$
x 2>&1 |
head
-1
;
\
done
xml-validate-local
:
@
for
x
in
`
find examples/
-name
why3session.xml
`
;
do
\
xmllint
--noout
--dtdvalid
share/why3session.dtd
$$
x 2>&1 |
head
-1
;
\
done
########
# Config
########
...
...
Write
Preview
Supports
Markdown
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