Updated docs Makefile [skip ci]

This commit is contained in:
Rhet Turnbull
2021-02-03 06:27:09 -08:00
parent 7fa5fbaa5b
commit 683dfe7f3f
2 changed files with 20 additions and 0 deletions

View File

@@ -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