summarylogtreecommitdiffstats
path: root/setup.py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py.patch')
-rw-r--r--setup.py.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.py.patch b/setup.py.patch
new file mode 100644
index 000000000000..4f8768397cb4
--- /dev/null
+++ b/setup.py.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index 350e6ae..ac0da87 100644
+--- a/setup.py
++++ b/setup.py
+@@ -9,7 +9,7 @@ _package_data = [
+ ]
+
+ _data_files = [
+- ('share/doc/cppman', ['README.rst', 'AUTHORS', 'COPYING', 'ChangeLog']),
++ ('share/doc/cppman', ['README.rst']),
+ ('share/man/man1', ['misc/cppman.1']),
+ ('share/bash-completion/completions', ['misc/completions/cppman.bash']),
+ ('share/zsh/vendor-completions/', ['misc/completions/zsh/_cppman'])