Mercurial > repos > padge > clipkit
comparison clipkit_repo/docs/Makefile @ 2:e9cf321ee7be draft
"planemo upload for repository https://github.com/jlsteenwyk/clipkit commit cbe1e8577ecb1a46709034a40dff36052e876e7a-dirty"
| author | padge |
|---|---|
| date | Fri, 25 Mar 2022 17:33:41 +0000 |
| parents | 49b058e85902 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:535881934a1a | 2:e9cf321ee7be |
|---|---|
| 1 # Minimal makefile for Sphinx documentation | |
| 2 | |
| 3 # You can set these variables from the command line. | |
| 4 SPHINXOPTS = | |
| 5 SPHINXBUILD = sphinx-build | |
| 6 SOURCEDIR = . | |
| 7 BUILDDIR = _build | |
| 8 | |
| 9 # Put it first so that "make" without argument is like "make help". | |
| 10 help: | |
| 11 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | |
| 12 | |
| 13 .PHONY: help Makefile | |
| 14 | |
| 15 # Catch-all target: route all unknown targets to Sphinx using the new | |
| 16 # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | |
| 17 %: Makefile | |
| 18 @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | |
| 19 | |
| 20 watch: | |
| 21 @sphinx-autobuild $(SOURCEDIR) $(BUILDDIR)/html | |
| 22 | |
| 23 clean: | |
| 24 rm -rf $(BUILDDIR)/* |
