comparison Makefile.freebsd @ 20:eb3dd22fef2c

FIX: the new "sdist" build target is PHONY also
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 18 Sep 2025 22:04:13 +0200
parents c3ef899c5e56
children 2f43e400f144
comparison
equal deleted inserted replaced
19:c3ef899c5e56 20:eb3dd22fef2c
24 # - At first to not build with tesseract (OCR) 24 # - At first to not build with tesseract (OCR)
25 # 25 #
26 # export PYMUPDF_SETUP_MUPDF_TESSERACT=0 26 # export PYMUPDF_SETUP_MUPDF_TESSERACT=0
27 # 27 #
28 28
29 .PHONY: wheel populate-venv check 29 .PHONY: wheel sdist populate-venv check
30 30
31 .SILENT: check 31 .SILENT: check
32 32
33 THIS_MAKEFILE_JUSTNAME:= $(firstword $(MAKEFILE_LIST)) 33 THIS_MAKEFILE_JUSTNAME:= $(firstword $(MAKEFILE_LIST))
34 THIS_MAKEFILE_DIR:= $(abspath $(dir $(THIS_MAKEFILE_JUSTNAME))) 34 THIS_MAKEFILE_DIR:= $(abspath $(dir $(THIS_MAKEFILE_JUSTNAME)))