Skip to content

Update Makefile #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
let's see how GH actions react
  • Loading branch information
egeakman committed Feb 4, 2023
commit 4d7a3e1eef3c57c5ab402fc5d107520338e5b40c
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ PYTHON := $(shell which python3)
MODE := html
POSPELL_TMP_DIR := .pospell/
JOBS := auto
ADDITIONAL_ARGS := --keep-going
SPHINXERRORHANDLING = -W

# Detect OS
Expand Down Expand Up @@ -97,7 +98,8 @@ all: ensure_prerequisites
-D gettext_compact=0 \
-D latex_engine=xelatex \
-D latex_elements.inputenc= \
-D latex_elements.fontenc=' \
-D latex_elements.fontenc= \
$(ADDITIONAL_ARGS)' \
SPHINXERRORHANDLING=$(SPHINXERRORHANDLING) \
$(MODE)
@echo "Build success, open file://$(abspath venv/cpython/)/Doc/build/html/index.html or run 'make htmlview' to see them."
Expand Down
4 changes: 2 additions & 2 deletions about.po
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ msgid ""
msgstr ""
"Dokümantasyonun ve araç zincirinin geliştirilmesi, tıpkı Python'un kendisi "
"gibi tamamen gönüllü bir çabadır. Katkıda bulunmak istiyorsanız, nasıl "
"yapacağınıza ilişkin bilgi için lütfen :ref:`reporting-bugs` sayfasına göz "
"yapacağınıza ilişkin bilgi için lütfen :aref:`reporting-bugs` sayfasına göz "
"atın. Yeni gönüllülere her zaman açığız!"

#: about.rst:20
Expand Down Expand Up @@ -82,7 +82,7 @@ msgid ""
msgstr ""
"Birçok kişi Python diline, Python standart kütüphanesine ve Python "
"belgelerine katkıda bulunmuştur. Katkıda bulunanların kısmi listesi için "
"Python kaynak dağıtımında :source:`Misc/ACKS` adresine bakın."
"Python kaynak dağıtımında :asource:`Misc/ACKS` adresine bakın."

#: about.rst:37
msgid ""
Expand Down