github.com/bestbeforetoday/fabric-ca@v2.0.0-alpha+incompatible/docs/Makefile (about)

     1  # Minimal makefile for Sphinx documentation
     2  #
     3  # License for Sphinx
     4  # ==================
     5  #
     6  # Copyright (c) 2007-2017 by the Sphinx team (see AUTHORS file).
     7  # All rights reserved.
     8  #
     9  # Redistribution and use in source and binary forms, with or without
    10  # modification, are permitted provided that the following conditions are
    11  # met:
    12  #
    13  # * Redistributions of source code must retain the above copyright
    14  #   notice, this list of conditions and the following disclaimer.
    15  #
    16  # * Redistributions in binary form must reproduce the above copyright
    17  #   notice, this list of conditions and the following disclaimer in the
    18  #   documentation and/or other materials provided with the distribution.
    19  #
    20  # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    21  # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    22  # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    23  # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    24  # HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    25  # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    26  # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    27  # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    28  # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    29  # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    30  # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    31  
    32  # You can set these variables from the command line.
    33  SPHINXOPTS    =
    34  SPHINXBUILD   = python -msphinx
    35  SPHINXPROJ    = hyperledger-fabric-ca
    36  SOURCEDIR     = source
    37  BUILDDIR      = build
    38  
    39  # Put it first so that "make" without argument is like "make help".
    40  help:
    41  	@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
    42  
    43  .PHONY: help Makefile
    44  
    45  # Catch-all target: route all unknown targets to Sphinx using the new
    46  # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
    47  %: Makefile
    48  	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)