4.5.1 release items
[scons.git] / doc / Makefile
blob87c9643199cbfb9a808e80403863349ebfdfece8
1 # Minimal makefile for Sphinx documentation
4 # You can set these variables from the command line.
5 SPHINXOPTS =
6 SPHINXBUILD = sphinx-build
7 SPHINXPROJ = SCons
8 SOURCEDIR = sphinx
9 BUILDDIR = ../build/doc/api
10 DOCTREES = ../build/doc/api
12 # Put it first so that "make" without argument is like "make help".
13 help:
14 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
16 .PHONY: help Makefile
19 # Catch-all target: route all unknown targets to Sphinx using the new
20 # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
21 %: Makefile
22 $(SPHINXBUILD) -M $@ -d "$(DOCTREES)" "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
26 # For macports need
27 # sudo port install texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra