Changelog: https://github.com/aitjcize/cppman/blob/v0.6.0/ChangeLog Reported by: GitHub (watch releases)
16 lines
652 B
Python
16 lines
652 B
Python
--- setup.py.orig 2025-12-19 04:26:41 UTC
|
|
+++ setup.py
|
|
@@ -20,10 +20,9 @@ _data_files = [
|
|
]
|
|
|
|
_data_files = [
|
|
- ('share/doc/cppman', ['README.rst', 'AUTHORS', 'COPYING', 'ChangeLog']),
|
|
('share/man/man1', ['misc/cppman.1']),
|
|
- ('share/bash-completion/completions', ['misc/completions/cppman.bash']),
|
|
- ('share/zsh/vendor-completions/', ['misc/completions/zsh/_cppman']),
|
|
+ ('etc/bash_completion.d', ['misc/completions/cppman.bash']),
|
|
+ ('share/zsh/site-functions/', ['misc/completions/zsh/_cppman']),
|
|
('share/fish/vendor_completions.d/', ['misc/completions/fish/cppman.fish'])
|
|
]
|
|
|