From: Quentin Young Date: Fri, 9 Mar 2018 16:12:38 +0000 (-0500) Subject: doc: don't build html by default X-Git-Tag: frr-5.0-dev~165^2~4 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d47ae3db4cf14c72d8468d61113ac88e19235791;p=matthieu%2Ffrr.git doc: don't build html by default Since docs are rebuilt on every make invocation, don't bother building html by default to save a bit of time. Signed-off-by: Quentin Young --- diff --git a/doc/user/Makefile b/doc/user/Makefile index ad2abb25c1..223f8a64a3 100644 --- a/doc/user/Makefile +++ b/doc/user/Makefile @@ -37,7 +37,7 @@ $(EMPTY_AUTOMAKE_TARGETS): # readable in its own right, but we'll also build info and html because those # offer sequentially better reading experiences. PDF is not built by default # because it takes quite a while. -all: info html +all: info # info and html already have built-in sphinx rules; pdf goes to latexpdf pdf: latexpdf