mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Rename one of the targets to avoid accidental build artifacts getting into the dist tarball
This commit is contained in:
@@ -63,9 +63,9 @@ install-data-local: $(FMTCATALOGS)
|
||||
$(DESTDIR)$(NLSDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; \
|
||||
done
|
||||
|
||||
.PHONY: missing
|
||||
.PHONY: missing-msgs
|
||||
|
||||
missing:
|
||||
missing-msgs:
|
||||
mkdir -p missing; \
|
||||
for n in $(FMTCATALOGS); do \
|
||||
msghack -w 999999 --missing $$n > missing/$$n-; \
|
||||
|
||||
Reference in New Issue
Block a user