3 # Searches through the whole doc/user tree and creates
4 # all output files for the single examples.
10 if __name__
== "__main__":
11 print("Checking whether all example names are unique...")
12 if SConsExamples
.exampleNamesAreUnique(os
.path
.join('doc', 'user')):
16 "Not all example names and suffixes are unique! "
17 "Please correct the errors listed above and try again."
21 SConsExamples
.createAllExampleOutputs(os
.path
.join('doc', 'user'))