Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:36:05 UTC

view on githubraw file Latest commit e7dabe8a on 2018-02-05 13:35:17 UTC
e7dabe8aa2 Ed D*0001 # Minimal makefile for Sphinx documentation
                0002 #
                0003 
                0004 # You can set these variables from the command line.
                0005 SPHINXOPTS    =
                0006 SPHINXBUILD   = sphinx-build
                0007 SPHINXPROJ    = MITgcm
                0008 SOURCEDIR     = .
                0009 BUILDDIR      = _build
                0010 
                0011 # Put it first so that "make" without argument is like "make help".
                0012 help:
                0013         @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
                0014 
                0015 .PHONY: help Makefile
                0016 
                0017 # Catch-all target: route all unknown targets to Sphinx using the new
                0018 # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
                0019 %: Makefile
                0020         @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)