Skip to content

Commit

Permalink
ENH: Add default target for docs Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 15, 2011
1 parent fdc2ae8 commit 886a233
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
DEST = build
.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
.PHONY: all help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest

all: html

help:
@echo "Please use \`make <target>' where <target> is one of"
Expand Down

0 comments on commit 886a233

Please sign in to comment.