Addition of PDF versions of two documents

This commit is contained in:
Mark Riddoch 2013-07-25 17:27:05 +02:00
parent 5e6ed4cafa
commit 03e70ab78f
4 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -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)

View File

@ -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