Updated docs Makefile [skip ci]
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
.metrics
|
||||||
|
.DS_store
|
||||||
|
__pycache__
|
||||||
|
.coverage
|
||||||
|
.condaauto
|
||||||
|
t.out
|
||||||
|
.vscode/
|
||||||
|
.tox/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
working/
|
||||||
|
osxphotos.egg-info/
|
||||||
|
.mypy_cache/
|
||||||
|
cli.spec
|
||||||
|
*.pyc
|
||||||
|
docsrc/_build/
|
||||||
@@ -16,6 +16,10 @@ github:
|
|||||||
@make html
|
@make html
|
||||||
@cp -a _build/html/. ../docs
|
@cp -a _build/html/. ../docs
|
||||||
|
|
||||||
|
pdf:
|
||||||
|
@make latexpdf
|
||||||
|
@cp -a _build/latex/osxphotos.pdf ../docs
|
||||||
|
|
||||||
.PHONY: help Makefile
|
.PHONY: help Makefile
|
||||||
|
|
||||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||||
|
|||||||
Reference in New Issue
Block a user