diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 19:38:08 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 19:38:08 +0100 |
commit | d81fb0d5578cabdabf6f6f2f1863381229f5d167 (patch) | |
tree | e470b78a34e376a46ca243cd30702307366e7aa7 /DEPENDENCIES | |
parent | add missing file to makefile (diff) | |
download | sat-d81fb0d5578cabdabf6f6f2f1863381229f5d167.tar.gz sat-d81fb0d5578cabdabf6f6f2f1863381229f5d167.tar.bz2 sat-d81fb0d5578cabdabf6f6f2f1863381229f5d167.tar.xz |
update deps
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index ba8577c..12f46fe 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -11,10 +11,15 @@ BUILD DEPENDENCIES: c99 make coreutils + texinfo>=4.11 (opt-out, for info, pdf, dvi, ps, and html manuals) + texlive-plainextra (opt-in, for pdf, dvi, and ps manuals) + + texinfo<4.11 can be used if '@frenchspacing on' is removed. INSTALL DEPENDENCIES: make coreutils + texinfo (opt-out, for dir-entry of info manual) |