]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Makefile: install documentation without building
authorKeith Busch <keith.busch@intel.com>
Tue, 9 Jun 2015 15:35:24 +0000 (09:35 -0600)
committerKeith Busch <keith.busch@intel.com>
Tue, 9 Jun 2015 15:35:24 +0000 (09:35 -0600)
commite880468ad74a36934fd185f57e2e8624fc418587
tree128879be4dc5a23bc68f597c7e55b9594c4cad3d
parentcee4b07a7038405940eb7ab34054f0b6d055756b
Makefile: install documentation without building

Fixes dependency timestamp problems on cloning that 'make' rules
require it rebuild manpages even though this is not needed. We don't
want an 'asciidoc' dependency to build and install the program unless
you explicitly want to build the documentation, so changing the make
target's dependencies to not rebuild it.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Documentation/Makefile
Makefile