blob: af57b9e6dc2cf248bb626ec918d25d30ac9ee2dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- build_tools/make_xml_documentation.orig 2024-10-17 16:00:41 UTC
+++ build_tools/make_xml_documentation
@@ -220,7 +220,7 @@ for subdir in ${mod_subdirs} ; do
${XMLSTARLET} val -e -d "${source_tree}/doc/appdocsxml.dtd" "${i}" || { echo "" ; exit 1 ; }
fi
fi
- ${SED} -r "/^\s*(<[?]xml|<.DOCTYPE|<.?docs)/d" "${i}" >> "${output_file}"
+ ${SED} -r "/^[[:space:]]*(<[?]xml|<.DOCTYPE|<.?docs)/d" "${i}" >> "${output_file}"
done
done
echo "</docs>" >> "${output_file}"
|