From: Quentin Young Date: Thu, 1 Feb 2018 18:23:18 +0000 (-0500) Subject: doc: add targets for user & developer pdf + html X-Git-Tag: frr-5.0-dev~165^2~51 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7bed2c99762f1fca0cbae1b7179393bf0a1734d2;p=mirror%2Ffrr.git doc: add targets for user & developer pdf + html Signed-off-by: Quentin Young --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 8c7efed09b..a1f619ade7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -68,6 +68,18 @@ endif # handled by subdir target man: ; +FRR.pdf: + $(MAKE) -C user latexpdf + +developer.pdf: + $(MAKE) -C developer latexpdf + +FRR.html: + $(MAKE) -C user html + +developer.html: + $(MAKE) -C developer html + # include sources for shipped docs EXTRA_DIST = manpages/defines.txt \ manpages/ldpd.rst \