From 683dfe7f3ffd235659b58f403562ce2d51123cfb Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Wed, 3 Feb 2021 06:27:09 -0800 Subject: [PATCH] Updated docs Makefile [skip ci] --- .gitignore | 16 ++++++++++++++++ docsrc/Makefile | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e567a6f6 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/docsrc/Makefile b/docsrc/Makefile index b1cc477e..5921e390 100644 --- a/docsrc/Makefile +++ b/docsrc/Makefile @@ -16,6 +16,10 @@ github: @make html @cp -a _build/html/. ../docs +pdf: + @make latexpdf + @cp -a _build/latex/osxphotos.pdf ../docs + .PHONY: help Makefile # Catch-all target: route all unknown targets to Sphinx using the new