Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 08:39:14

0001 # Minimal makefile for Sphinx documentation
0002 #
0003 # Licensed under the Apache License, Version 2.0 (the "License");
0004 # you may not use this file except in compliance with the License.
0005 # You may obtain a copy of the License at
0006 # http://www.apache.org/licenses/LICENSE-2.0
0007 #
0008 # Authors:
0009 # - Daniel Drizhuk, d.drizhuk@gmail.com, 2017
0010 
0011 # You can set these variables from the command line.
0012 SPHINXOPTS    =
0013 SPHINXBUILD   = sphinx-build
0014 SPHINXPROJ    = Pilot2
0015 SOURCEDIR     = .
0016 BUILDDIR      = _build
0017 
0018 # Put it first so that "make" without argument is like "make help".
0019 help:
0020         @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0021 
0022 .PHONY: help Makefile
0023 
0024 # Catch-all target: route all unknown targets to Sphinx using the new
0025 # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
0026 %: Makefile
0027         @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0028