mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Add a target for building PDF docs.
This commit is contained in:
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
Block a user