rkitover / vimpager

Use Vim as PAGER
http://www.vim.org/scripts/script.php?script_id=1723
Other
769 stars 72 forks source link

Build improvements #229

Closed nmschulte closed 6 years ago

nmschulte commented 6 years ago

Clarifies some build idiosyncrasies (re: "configuring" the programs) in the documentation. Fixes the build to support PREFIX from the environment (PREFIX=... make install vs make PREFIX=... install).

nmschulte commented 6 years ago

Is this syntax support by POSIX or BSD makes?

It looks like BSD PMake supports it (https://www.freebsd.org/doc/en/books/pmake/variables.html), but I couldn't find anything in POSIX worth sharing (http://pubs.opengroup.org/onlinepubs/9699919799/ http://pubs.opengroup.org/onlinepubs/007904975/utilities/make.html).

rkitover commented 6 years ago

Ok, we'll just consider it POSIX+ then 😁