Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update-docs: accommodate for changes in Git v2.48.0
As of Git's 9219325be74 (Documentation: allow sourcing generated includes from separate dir, 2024-12-06), there are no regular `include::<path>` statements left that were expected by the `update-docs.rb` script, but they are now `include::{build_dir}/<path>` instead. Let's accommodate for that. This fixes git#1941 Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information