Add a target for building PDF docs.

This commit is contained in:
Dave Page 2017-10-11 14:57:58 +01:00
parent 1f4a814e72
commit cd7d80b650

View File

@ -73,6 +73,9 @@ docker:
docs:
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 $(MAKE) -C docs/en_US -f Makefile.sphinx html
docs-pdf:
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 $(MAKE) -C docs/en_US -f Makefile.sphinx latexpdf
msg-compile:
cd web && pybabel compile -d pgadmin/translations