Change changelog categories, update dependencies

This commit is contained in:
Alex Root Junior 2022-10-02 18:24:26 +03:00
parent d824155a66
commit 44ae565149
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
14 changed files with 49 additions and 39 deletions

View file

@ -107,10 +107,12 @@ test-coverage-view:
locales := en uk_UA
locale_targets := $(addprefix docs-serve-, $(locales))
locales_pot := _build/gettext
docs_dir := docs
docs-gettext:
cd docs && make gettext
cd docs && sphinx-intl update -p _build/gettext $(addprefix -l , $(locales))
cd $(docs_dir) && make gettext
cd $(docs_dir) && sphinx-intl update -p $(locales_pot) $(addprefix -l , $(locales))
.PHONY: docs-gettext
docs-serve: