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.
