Add a target for building PDF docs.
parent
1f4a814e72
commit
cd7d80b650
3
Makefile
3
Makefile
|
@ -73,6 +73,9 @@ docker:
|
||||||
docs:
|
docs:
|
||||||
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 $(MAKE) -C docs/en_US -f Makefile.sphinx html
|
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:
|
msg-compile:
|
||||||
cd web && pybabel compile -d pgadmin/translations
|
cd web && pybabel compile -d pgadmin/translations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue