Addition of PDF versions of two documents
This commit is contained in:
parent
5e6ed4cafa
commit
03e70ab78f
BIN
Documentation/Debug And Diagnostic Support.pdf
Normal file
BIN
Documentation/Debug And Diagnostic Support.pdf
Normal file
Binary file not shown.
BIN
Documentation/MaxScale Configuration And Usage Scenarios.pdf
Normal file
BIN
Documentation/MaxScale Configuration And Usage Scenarios.pdf
Normal file
Binary file not shown.
2
Makefile
2
Makefile
@ -57,7 +57,9 @@ install:
|
||||
@mkdir -p $(DEST)/MaxScale/log
|
||||
@mkdir -p $(DEST)/MaxScale/etc
|
||||
@mkdir -p $(DEST)/lib
|
||||
@mkdir -p $(DEST)/Documentation
|
||||
install MaxScale.cnf $(DEST)/MaxScale/etc
|
||||
install Documentation/*.pdf $(DEST)/Documentation
|
||||
(cd core; make DEST=$(DEST) install)
|
||||
(cd modules/routing; make DEST=$(DEST) install)
|
||||
(cd modules/protocol; make DEST=$(DEST) install)
|
||||
|
@ -101,6 +101,6 @@ depend:
|
||||
|
||||
install: maxscale maxkeys maxpasswd
|
||||
@mkdir -p $(DEST)/bin
|
||||
install -D $< $(DEST)/bin
|
||||
install -D maxscale maxkeys maxpasswd $(DEST)/bin
|
||||
|
||||
include depend.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user