diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:18:52 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:18:52 (GMT) |
commit | 3c1250527d43864c309cbf0dd2f9356042124d21 (patch) | |
tree | 457872409543640bc391a51c500c510bae145f5e /bin/scons-proc.py | |
parent | 5b4de675705f2cb7aea430e557b9c66475483522 (diff) | |
download | SCons-3c1250527d43864c309cbf0dd2f9356042124d21.zip SCons-3c1250527d43864c309cbf0dd2f9356042124d21.tar.gz SCons-3c1250527d43864c309cbf0dd2f9356042124d21.tar.bz2 |
- switched all docs to SCons XSD
Diffstat (limited to 'bin/scons-proc.py')
-rw-r--r-- | bin/scons-proc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/scons-proc.py b/bin/scons-proc.py index e17a339..d6bc1a2 100644 --- a/bin/scons-proc.py +++ b/bin/scons-proc.py @@ -360,7 +360,7 @@ os.system('python bin/docs-correct-mod-paths.py') # Step 3: Validating all input files print "Validating files against SCons XSD..." -if SConsDoc.validate_all_xml(): +if SConsDoc.validate_all_xml(['src']): print "OK" else: print "Validation failed! Please correct the errors above and try again." |