File: 0002-Use-the-binary-name-for-the-manpage-as-well.patch

package info (click to toggle)
openshot-qt 3.1.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 166,304 kB
  • sloc: python: 475,634; javascript: 34,891; xml: 3,397; makefile: 218; sh: 156
file content (21 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Sun, 29 Oct 2017 00:15:34 +0200
Subject: Use the binary name for the manpage as well

---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index ed57457..6ac068c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -334,7 +334,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'openshotvideoeditor', 'OpenShot Video Editor Documentation',
+    (master_doc, 'openshot-qt', 'OpenShot Video Editor Documentation',
      [author], 1)
 ]