]> git.puffer.fish Git - mirror/frr.git/commit
doc: fix hardcoded 'make' invocation
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 22 Feb 2018 17:10:47 +0000 (12:10 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 22 Feb 2018 17:10:47 +0000 (12:10 -0500)
commit6165030aa827c89e508ae7fcb30cee9988babbc9
tree96a8a88ffdc99e7f1b668f3c3d06215d80c15b51
parentadaf2d624b2c7552acd3d0683cb4d1393f5dcae4
doc: fix hardcoded 'make' invocation

BSD systems need gmake to build FRR, hence why we use $(MAKE) instead of
directly invoking make. It looks like Sphinx generated makefiles
understand this, but contain a bug where the target for info files
hardcodes make instead of using $(MAKE). Fix this.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/developer/Makefile
doc/user/Makefile