runastyle also formats cppcheck-errors.rng using xmllint
This commit is contained in:
parent
9b67e680ae
commit
1244213d2e
|
@ -1,7 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<grammar ns=""
|
<grammar xmlns="http://relaxng.org/ns/structure/1.0" ns="" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
||||||
xmlns="http://relaxng.org/ns/structure/1.0"
|
|
||||||
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
|
||||||
<start>
|
<start>
|
||||||
<element name="results">
|
<element name="results">
|
||||||
<attribute name="version">
|
<attribute name="version">
|
||||||
|
|
|
@ -58,3 +58,6 @@ done
|
||||||
|
|
||||||
xmllint --format -o man/cppcheck.1.xml_ man/cppcheck.1.xml
|
xmllint --format -o man/cppcheck.1.xml_ man/cppcheck.1.xml
|
||||||
mv -f man/cppcheck.1.xml_ man/cppcheck.1.xml
|
mv -f man/cppcheck.1.xml_ man/cppcheck.1.xml
|
||||||
|
|
||||||
|
xmllint --format -o cppcheck-errors_.rng cppcheck-errors.rng
|
||||||
|
mv cppcheck-errors_.rng cppcheck-errors.rng
|
||||||
|
|
Loading…
Reference in New Issue