gnu: tig: Rebuild some of the generated documentation.
* gnu/packages/version-control.scm (tig)[source]: Add snippet to remove some of the generated documentation.
parent
4ca19e88de
commit
548b7b182f
|
@ -2447,7 +2447,12 @@ from Subversion to any supported Distributed Version Control System (DVCS).")
|
||||||
version "/tig-" version ".tar.gz"))
|
version "/tig-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pwn7mlfnd5ngcbagjs9vsr7jgmia8676p0i91vvfl4v6qrmzfsh"))))
|
"0pwn7mlfnd5ngcbagjs9vsr7jgmia8676p0i91vvfl4v6qrmzfsh"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
'(begin
|
||||||
|
;; TODO: Delete and rebuild doc/*.(1|5|7).
|
||||||
|
(for-each delete-file (find-files "doc" "\\.html$"))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list asciidoc xmlto))
|
(list asciidoc xmlto))
|
||||||
|
|
Reference in New Issue