diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-07-25 16:37:44 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-08-11 12:22:53 -0500 |
commit | c5d837684359e3629c4ac96297a25d1165edcb39 (patch) | |
tree | d04319f6c260d38f2b32caa547429af2672ec89d /gnu-system.am | |
parent | 3d6e65d529d93743ba3a5d6ddef0f28894fc4591 (diff) | |
download | guix-c5d837684359e3629c4ac96297a25d1165edcb39.tar guix-c5d837684359e3629c4ac96297a25d1165edcb39.tar.gz |
gnu: Add texi2html.
* gnu/packages/texinfo.scm (texi2html): New variable.
* gnu/packages/patches/texi2html-document-encoding.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 3471e20c1d..fd4af6122c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -376,6 +376,7 @@ dist_patch_DATA = \ gnu/packages/patches/superlu-dist-scotchmetis.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ + gnu/packages/patches/texi2html-document-encoding.patch \ gnu/packages/patches/udev-gir-libtool.patch \ gnu/packages/patches/util-linux-perl.patch \ gnu/packages/patches/valgrind-glibc.patch \ |