File: 06_man_pages_in_section_3.patch

package info (click to toggle)
luabind 0.9.1%2Bgit20150823%2Bdfsg-3.2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,708 kB
  • sloc: cpp: 14,884; makefile: 204; sh: 41; python: 38; ansic: 11
file content (13 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Roberto C. Sanchez <roberto@connexer.com>
Description: Place man pages in section 3
--- luabind.git.orig/doc/conf.py
+++ luabind.git/doc/conf.py
@@ -232,7 +232,7 @@
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('index', 'luabind', u'Luabind Documentation',
-     [u'Daniel Wallin, Arvid Norberg'], 1)
+     [u'Daniel Wallin, Arvid Norberg'], 3)
 ]
 
 # If true, show URL addresses after external links.