Skip to content
Snippets Groups Projects
Select Git revision
  • 0d2e59039577bc4f9957b5575fde56df64553f19
  • master default protected
  • gitkeep
  • Sprint/2022-01
  • dev protected
  • Product/1406-SPPageDeployer
  • Topic/1448-configurableSPPageDeployer
  • Product/1215-gitlabCleanUp
  • Hotfix/913-slugUsage
  • Sprint/2020-10
  • Product/702-createUserProfile
  • Topic/758-userProfileApi
  • Sprint/2020-08
  • Product/627-updateSPPages
  • Topic/775-updateSPPages
  • v1.2.0
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
21 results

Program.cs

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Makefile 639 B
    # Minimal makefile for Sphinx documentation
    #
    
    # You can set these variables from the command line, and also
    # from the environment for the first two.
    SPHINXOPTS    ?=
    SPHINXBUILD   ?= sphinx-build
    SOURCEDIR     = source
    BUILDDIR      = _build
    
    # Put it first so that "make" without argument is like "make help".
    help:
    	@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
    
    .PHONY: help Makefile
    
    # Catch-all target: route all unknown targets to Sphinx using the new
    # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
    %: Makefile
    	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)