diff options
| author | Sam James <sam@gentoo.org> | 2025-03-14 18:33:51 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-03-14 18:33:51 +0000 |
| commit | f25673cb438becfd497d3ef2eb00a5580918745b (patch) | |
| tree | caddf07a9aee1a6577852ac15d5d675bba8578aa /dev-vcs/git/git-9999.ebuild | |
| parent | 786d12cf1fd95d5fe4eff1996ee6ff1c6517a513 (diff) | |
| download | gentoo-f25673cb438becfd497d3ef2eb00a5580918745b.tar.gz gentoo-f25673cb438becfd497d3ef2eb00a5580918745b.tar.bz2 gentoo-f25673cb438becfd497d3ef2eb00a5580918745b.zip | |
dev-vcs/git: improve doc handling (already) in 2.49.0
... as foretold in 724de2ccb5756cf13ae3ae16a37ed0f60488a338, though
it came up sooner than I expected. The .txts were renamed to .adoc.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999.ebuild')
| -rw-r--r-- | dev-vcs/git/git-9999.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index c01f7afe963b..133f0889e801 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -329,6 +329,13 @@ src_install() { find Documentation/*.[157] >/dev/null 2>&1 && doman Documentation/*.[157] dodoc README* Documentation/{SubmittingPatches,CodingGuidelines} + local d + for d in / /howto/ /technical/ ; do + docinto ${d} + dodoc Documentation${d}*.adoc + done + docinto / + newbashcomp contrib/completion/git-completion.bash ${PN} bashcomp_alias git gitk # Not really a bash-completion file (bug #477920) |
