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:
Frédéric Bonnard 2023-01-04 14:55:00 +01:00 committed by luoyaoming
parent 6691a88851
commit d20609f409
1 changed files with 4 additions and 0 deletions

View File

@ -227,6 +227,10 @@ latex_documents = [
man_pages = [
(
'index', 'libsass', 'libsass Documentation',
['Hong Minhee'], 3,
),
(
'pysassc', 'pysassc', 'pysassc Documentation',
['Hong Minhee'], 1,
),
]