Split install target.
authorAndre Noll <maan@systemlinux.org>
Wed, 25 Nov 2009 09:40:08 +0000 (10:40 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 25 Nov 2009 09:40:08 +0000 (10:40 +0100)
commitf3474d8b7d50ca0fd437521f6cbd1febdacb056f
treee0384c6f97dc4d63737b67c3e40416d20360f93e
parent06c1d3a869f3129afa023cb83969efa725e67511
Split install target.

As proposed by Sebastian Stark, this introduces the install-lib,
install-bin and install-man targets. The simple "make install" still
installs everything, but splitting the target allows people to install
for example only the library if they do not have all tools available
which are necessary to build the oslfsck binary or its man page.
Makefile