Rename one of the targets to avoid accidental build artifacts getting into the dist tarball

This commit is contained in:
Daniel P. Berrange
2006-08-22 15:15:32 -04:00
parent deeed57641
commit 3c2addb70d

View File

@@ -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-; \