xref: /OK3568_Linux_fs/buildroot/package/tovid/0001-manpage.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1setup.py: disable man page to kill txt2tags SVN checkout dependency
2
3Signed-off-by: Steve Kenton <skenton@ou.edu>
4
5+diff -pruN tovid-3534.ori/setup.py tovid-3534/setup.py
6--- tovid-3534.ori/setup.py	2013-04-14 09:52:08.000000000 -0500
7+++ tovid-3534/setup.py	2015-03-21 09:39:14.880173176 -0500
8@@ -186,7 +186,7 @@ class BuildTovidInit (Command):
9
10 # Build tovid-init with regular 'build' command
11 build.sub_commands.append(('build_tovid_init', None))
12-build.sub_commands.append(('build_docs', None))
13+#build.sub_commands.append(('build_docs', None))
14
15 # The actual setup
16 setup(
17@@ -244,8 +244,6 @@ setup(
18             'src/tovid.ini',
19         ]),
20         # Manual page
21-        ('share/man/man1',
22-         ['docs/man/tovid.1']),
23         # Desktop shortcut
24         ('share/applications',
25          ['tovidgui.desktop',
26