diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:41:56 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:41:56 (GMT) |
commit | 6885c3fd4f501aff9d5cde7b0bb3aedaf5b63e10 (patch) | |
tree | 419e5508d729ce1dcdd8f5af033e80b174c5b3f3 /bin/docs-validate.py | |
parent | 1c43c95fd745a770ad7b0be5ead347c62a18e006 (diff) | |
download | SCons-6885c3fd4f501aff9d5cde7b0bb3aedaf5b63e10.zip SCons-6885c3fd4f501aff9d5cde7b0bb3aedaf5b63e10.tar.gz SCons-6885c3fd4f501aff9d5cde7b0bb3aedaf5b63e10.tar.bz2 |
- cleaned up 'bin' directory
- several smaller fixes
- added first version of the Overview document for the doc toolchain
Diffstat (limited to 'bin/docs-validate.py')
-rw-r--r-- | bin/docs-validate.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/docs-validate.py b/bin/docs-validate.py index fc90ee7..1ed0da0 100644 --- a/bin/docs-validate.py +++ b/bin/docs-validate.py @@ -2,10 +2,6 @@ # # Searches through the whole source tree and validates all # documentation files against our own XSD in docs/xsd. -# Additionally, it rewrites all files such that the XML gets -# pretty-printed in a consistent way. This is done to ensure that -# merging and diffing doesn't get too hard when people start to -# use different XML editors... # import os |