Julien's Makefile patch
ci/woodpecker/pr/woodpecker Pipeline failed Details

This commit is contained in:
Mathieu Dupuy 2023-07-19 11:59:49 +02:00
parent 8f3423d1a0
commit 51143192da
No known key found for this signature in database
GPG Key ID: 8A83DA018824DAC3
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ wrap: ensure_test_prerequisites
@echo "Re wrapping modified files"
powrap -m
SRCS = $(shell git diff --name-only $(BRANCH) | grep '.po$$')
SRCS = $(shell git diff --name-only --diff-filter=d $(BRANCH) | grep '.po$$')
# foo/bar.po => $(POSPELL_TMP_DIR)/foo/bar.po.out
DESTS = $(addprefix $(POSPELL_TMP_DIR)/,$(addsuffix .out,$(SRCS)))