mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
We don't need to patch the hand-written Repo symbols any more
This commit is contained in:
parent
0fe1b0d951
commit
1f20721664
@ -18,9 +18,6 @@ target/tools/bin/rustdoc-stripper:
|
|||||||
|
|
||||||
merge-lgpl-docs: target/tools/bin/gir target/tools/bin/rustdoc-stripper
|
merge-lgpl-docs: target/tools/bin/gir target/tools/bin/rustdoc-stripper
|
||||||
target/tools/bin/gir -c conf/ostree.toml -m doc
|
target/tools/bin/gir -c conf/ostree.toml -m doc
|
||||||
for sym in list_refs list_refs_ext traverse_commit; do \
|
|
||||||
sed -e "s/<!-- impl Repo::fn $$sym -->/<!-- trait RepoExtManual::fn $$sym -->/" -i target/vendor.md; \
|
|
||||||
done
|
|
||||||
target/tools/bin/rustdoc-stripper -g -o target/vendor.md
|
target/tools/bin/rustdoc-stripper -g -o target/vendor.md
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user