Updated git submodules
[docs.git] / docs / build-integration-robot-libdoc.sh
index 1cd5f6f33bd29ff238fe58c44889cc0454536244..1e2c9764dea5c6eb97440fa0e634772fc781def7 100755 (executable)
@@ -6,4 +6,5 @@ mkdir -p $ROBOT_DIR
 cd submodules/integration/test/csit/libraries
 for f in *.robot; do python -m robot.libdoc $f $ROBOT_DIR/$f.html; done
 for f in *.py; do python -m robot.libdoc $f $ROBOT_DIR/$f.html; done
-
+cd $ROBOT_DIR/
+for f in *.html; do sed -i 's/black/orange/; s/white/black/; s/^<body>/<body><img src="..\/..\/odl.png">/' $f; done