Blame python-libsass-man.patch

a78d47d
diff --git a/docs/conf.py b/docs/conf.py
a78d47d
--- a/docs/conf.py
a78d47d
+++ b/docs/conf.py
a78d47d
@@ -226,7 +226,7 @@ latex_documents = [
da788b8
 # (source start file, name, description, authors, manual section).
da788b8
 man_pages = [
a78d47d
     (
a78d47d
-        'index', 'libsass', u'libsass Documentation',
a78d47d
+        'index', 'pysassc', u'libsass Documentation',
a78d47d
         [u'Hong Minhee'], 1,
a78d47d
     ),
da788b8
 ]