diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 18:17:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 18:17:04 +0100 |
commit | 4460b8da47735fee9c14e6628d8ddae43a1f9506 (patch) | |
tree | 2fe811bfbf8371ea1629667df93ba2f30cc67cf4 /DEPENDENCIES | |
parent | fix uninitialised variables (diff) | |
download | scrotty-4460b8da47735fee9c14e6628d8ddae43a1f9506.tar.gz scrotty-4460b8da47735fee9c14e6628d8ddae43a1f9506.tar.bz2 scrotty-4460b8da47735fee9c14e6628d8ddae43a1f9506.tar.xz |
texinfo>=4.11 is (optionally) required
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index a70a33b..491cdf4 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -14,10 +14,12 @@ BUILD DEPENDENCIES: pkg-config c99 gettext (opt-out, for internationalisation) - texinfo (opt-out, for info, pdf, dvi, ps, and html manuals) + texinfo>=4.11 (opt-out, for info, pdf, dvi, ps, and html manuals) texlive-plainextra (opt-in, for pdf, dvi, and ps manuals) auto-auto-complete (opt-in, for bash, fish, and zsh tab-completion) + texinfo<4.11 can be used if '@frenchspacing on' is removed. + INSTALL DEPENDENCIES: |