]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - Makefile
server: Split documentation to separate files
[novaboot.git] / Makefile
index 47e6c2332a6b7a5acb7e7531bffab16d44dd5974..a84a1b3bf3f4f0b824d6d187b9ad9543629edda3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ install:
        install -m 440 sudoers.novaboot $(DESTDIR)/etc/sudoers.d/novaboot
        install -d $(DESTDIR)/etc/novaboot.d
        install -m 644 etc.novaboot.txt $(DESTDIR)/etc/novaboot.d/README.txt
+ifneq ($(INSTALL_SERVER),)
+       $(MAKE) -C server install PREFIX=$(PREFIX)
+endif
 
 test:
        $(MAKE) -C tests