diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-27 15:49:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-27 15:49:26 +0100 |
commit | c35a027acf77cb6a6024228fe5ad0647594862fc (patch) | |
tree | 54b585754618911250db8b96ae01d5a9fda2f495 /DEPENDENCIES | |
parent | add man page (diff) | |
download | unstickpixels-c35a027acf77cb6a6024228fe5ad0647594862fc.tar.gz unstickpixels-c35a027acf77cb6a6024228fe5ad0647594862fc.tar.bz2 unstickpixels-c35a027acf77cb6a6024228fe5ad0647594862fc.tar.xz |
new build system + add install file + add news file + add texinfo to deps
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 3cb8a4a..66f7491 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) |