Compare commits

..

5 commits

Author SHA1 Message Date
Alexis Métaireau
019116361f
Document the Makefile targets
It now outputs the following:

```
build-linux                  Build linux packages (.rpm and .deb)
build-macos-arm              Build macOS Apple Silicon package (.dmg)
build-macos-intel            Build macOS intel package (.dmg)
Dockerfile                   Regenerate the Dockerfile from its template
fix                          apply all the suggestions from ruff
help                         Print this message and exit.
lint                         Check the code for linting, formatting, and typing issues with ruff and mypy
regenerate-reference-pdfs    Regenerate the reference PDFs
test                         Run the tests
test-large                   Run large test set
```
2025-04-07 20:04:12 +03:00
Alexis Métaireau
e84b7a3fbe
Move multithreading patch up so that it's working in the GUI 2025-04-07 20:04:12 +03:00
Alex Pyrgiotis
41d5a4f271
Bypass a cx-freeze issue for fitz._wxcolors
Bypass an issue with `cx-freeze` that fails to include the
`fitz._wxcolors` module in the final Windows artifact.

Refs #1128
2025-04-07 20:03:45 +03:00
Alex Pyrgiotis
cb40518fbd
Make our build-image.py script runable on Windows 2025-04-07 20:03:44 +03:00
Alex Pyrgiotis
9d57610693
IMPROVE_ME: Handle the case where Docker is not installed
This looks like a regression, and we need to find a better way to handle
it, or add a unit test.
2025-04-07 20:03:44 +03:00

Diff content is not available