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

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