diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-10 19:54:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-10 19:54:57 +0100 |
commit | 0a007bb2804137ae53790cf9b56bdfd587082e23 (patch) | |
tree | 6e0b44777cc77d89b27718d3381a0ed138af725a /DEPENDENCIES | |
parent | remove dist (diff) | |
download | unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.gz unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.bz2 unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.xz |
Use simple make file, remove info manual, and other crap, change style, use arg.h instead of getopt, and change license3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 66f7491..e37f6b9 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -11,15 +11,9 @@ 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) - |