vapier / ncompress

a fast, simple LZW file compressor
https://vapier.github.io/ncompress/
The Unlicense
104 stars 18 forks source link

make: add PREFIX conformance, add option to only install main program #24

Closed eli-schwartz closed 5 years ago

eli-schwartz commented 5 years ago

Inspired by similar logic from the master branch. This makes the install routine useful for linux packaging without a lot of post-install cleanup.

Fixes #23

eli-schwartz commented 5 years ago

Split out the strip/mandir changes into separate commits.

vapier commented 5 years ago

thx bud

eli-schwartz commented 5 years ago

As a matter of curiosity, do you have plans to cut a new release with this and the exit code fixes in the near future?

(I plan to package this for Arch Linux soon, and it would be convenient to use the Makefile directly if it is in a tag by then.)

vapier commented 4 years ago

i've tagged v4.2.4.6 now