mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
485 B
Text
11 lines
485 B
Text
--- 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}"
|