Skip to content

Commit

Permalink
doc: don't build html by default
Browse files Browse the repository at this point in the history
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 <qlyoung@cumulusnetworks.com>
  • Loading branch information
qlyoung committed Mar 9, 2018
1 parent 8c60fed commit d47ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d47ae3d

Please sign in to comment.