Create pysassc man page
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. Gbp-Pq: Name pysassc-man.patch
This commit is contained in:
parent
6691a88851
commit
d20609f409
|
@ -227,6 +227,10 @@ latex_documents = [
|
||||||
man_pages = [
|
man_pages = [
|
||||||
(
|
(
|
||||||
'index', 'libsass', 'libsass Documentation',
|
'index', 'libsass', 'libsass Documentation',
|
||||||
|
['Hong Minhee'], 3,
|
||||||
|
),
|
||||||
|
(
|
||||||
|
'pysassc', 'pysassc', 'pysassc Documentation',
|
||||||
['Hong Minhee'], 1,
|
['Hong Minhee'], 1,
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue