Revision b5ec5ce0 Makefile
b/Makefile | ||
---|---|---|
191 | 191 |
$(INSTALL_DATA) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8" |
192 | 192 |
endif |
193 | 193 |
|
194 |
install: all $(if $(BUILD_DOCS),install-doc) |
|
194 |
install-sysconfig: |
|
195 |
$(INSTALL_DIR) "$(sysconfdir)/qemu" |
|
196 |
$(INSTALL_DATA) sysconfigs/target/target-x86_64.conf "$(sysconfdir)/qemu" |
|
197 |
|
|
198 |
install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig |
|
195 | 199 |
$(INSTALL_DIR) "$(DESTDIR)$(bindir)" |
196 | 200 |
ifneq ($(TOOLS),) |
197 | 201 |
$(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)" |
Also available in: Unified diff