Implemented release version install
This commit is contained in:
4
Makefile
4
Makefile
@ -78,4 +78,6 @@ install: $(BIN)
|
||||
$(INSTALL) -d $(BINDIR)
|
||||
$(INSTALL) $(BIN) $(BINDIR)
|
||||
$(INSTALL) -d $(MANDIR)$(MANSECTION)
|
||||
$(INSTALL) $(MANPAGE) $(MANDIR)$(MANSECTION)
|
||||
$(INSTALL) -m 444 $(MANPAGE) $(MANDIR)$(MANSECTION)
|
||||
$(INSTALL) -d $(DATADIR)/$(BIN)/plugins
|
||||
$(INSTALL) -m 444 plugins/* $(DATADIR)/$(BIN)/plugins/
|
||||
|
Reference in New Issue
Block a user