gnu: Add texlive-docbytex.
* gnu/packages/tex.scm (texlive-docbytex): New variable.
This commit is contained in:
parent
9aeddf892a
commit
bac73b47bd
1 changed files with 21 additions and 0 deletions
|
@ -1539,6 +1539,27 @@ (define-public texlive-dirtree
|
|||
TeX and with LaTeX.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-docbytex
|
||||
(package
|
||||
(name "texlive-docbytex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/docbytex/"
|
||||
"tex/generic/docbytex/")
|
||||
(base32
|
||||
"09x4xpyq89jjjsp4yzrifcazz0p2f5w7785g8pvss8v0wwsb0lav")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/docbytex")
|
||||
(synopsis "Creating documentation from source code")
|
||||
(description
|
||||
"The package creates documentation from C source code, or other
|
||||
programming languages.")
|
||||
;; README states: "You can do anything with the files from DocBy.TeX
|
||||
;; package without any limit".
|
||||
(license (license:fsf-free "file://doc/generic/docbytex/README"))))
|
||||
|
||||
(define-public texlive-dosepsbin
|
||||
(package
|
||||
(name "texlive-dosepsbin")
|
||||
|
|
Loading…
Reference in a new issue