Dirk (and anyone who understands the doc toolchain), I've run:
python bin/docs-update-generated.py python bin/docs-validate.py python bin/docs-create-example-outputs.py Per our release procedure working on getting 2.3.5 out. When I run: hg diff doc/generated/examples/variants_ex_1.xml diff -r 07fa01d70798 doc/generated/examples/variants_ex_1.xml --- a/doc/generated/examples/variants_ex_1.xml Sat Jul 25 19:44:25 2015 -0400 +++ b/doc/generated/examples/variants_ex_1.xml Wed Jul 29 15:25:33 2015 -0700 @@ -1,5 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?> -<screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q OS=linux</userinput> +<?xml version='1.0' encoding='UTF-8'?> +<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.scons.org/dbxsd/v1.0" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q OS=linux</userinput> Install file: "build/linux/world/world.h" as "export/linux/include/world.h" cc -o build/linux/hello/hello.o -c -Iexport/linux/include build/linux/hello/hello.c cc -o build/linux/world/world.o -c -Iexport/linux/include build/linux/world/world.c Here's diff for functions.gen https://pastebin.mozilla.org/8841011 (pretty much all the files have a diff, but I'm not sure they're an issue) Are any of these differences important? -Bill
_______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
