mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: halibut: Improve style.
* gnu/packages/documentation.scm (halibut) [description]: Reformat field to match max chars. Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
229674573c
commit
3c439912d8
1 changed files with 7 additions and 6 deletions
|
@ -258,12 +258,13 @@ and to some extent D.")
|
||||||
(home-page "https://www.chiark.greenend.org.uk/~sgtatham/halibut/")
|
(home-page "https://www.chiark.greenend.org.uk/~sgtatham/halibut/")
|
||||||
(synopsis "Documentation production system for software manuals")
|
(synopsis "Documentation production system for software manuals")
|
||||||
(description
|
(description
|
||||||
"Halibut is a text formatting system designed primarily for writing software
|
"Halibut is a text formatting system designed primarily for writing
|
||||||
documentation. It accepts a single source format and outputs any combination of
|
software documentation. It accepts a single source format and outputs any
|
||||||
plain text, HTML, Unix man or info pages, PostScript or PDF. It has extensive
|
combination of plain text, HTML, Unix man or info pages, PostScript or PDF.
|
||||||
support for indexing and cross-referencing, and generates hyperlinks within output
|
It has extensive support for indexing and cross-referencing, and generates
|
||||||
documents wherever possible. It supports Unicode, with the ability to fall back to
|
hyperlinks within output documents wherever possible. It supports Unicode,
|
||||||
an alternative representation if Unicode output is not available.")
|
with the ability to fall back to an alternative representation if Unicode
|
||||||
|
output is not available.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public doc++
|
(define-public doc++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue