File: pysassc-man.patch

package info (click to toggle)
libsass-python 0.12.3-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 460 kB
  • ctags: 460
  • sloc: python: 2,356; cpp: 598; makefile: 173
file content (15 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This patch intends to create a separate man page for the pysassc command line
utility, instead of having all the manual in the library's man page.
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -217,8 +217,8 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'libsass', u'libsass Documentation',
-     [u'Hong Minhee'], 1)
+    ('index', 'libsass', u'libsass Documentation', [u'Hong Minhee'], 1),
+    ('sassc', 'pysassc', u'pysassc Documentation', [u'Hong Minhee'], 1)
 ]
 
 # If true, show URL addresses after external links.