Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:58:16

0001 # Minimal makefile for Sphinx documentation
0002 #
0003 
0004 # You can set these variables from the command line, and also
0005 # from the environment for the first two.
0006 SPHINXOPTS    =
0007 SPHINXBUILD   = python -msphinx
0008 SPHINXPROJ    = iDDS
0009 SOURCEDIR     = source
0010 BUILDDIR      = build
0011 
0012 # Put it first so that "make" without argument is like "make help".
0013 help:
0014         @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0015 
0016 .PHONY: help Makefile
0017 
0018 # Catch-all target: route all unknown targets to Sphinx using the new
0019 # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
0020 %: Makefile
0021         @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)