From 824081f6608ab09f0af8233cf65de7b9f150b30f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 9 Jul 1996 23:23:33 +0000 Subject: [PATCH] (install-data): Don't install NLS files when they're not requested. From Ulrich Drepper. Reported by Kjetil Torgrim Homme . --- po/Makefile.in.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 050a9ec46..a12eaa753 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -120,7 +120,9 @@ stamp-cat-id: $(PACKAGE).pot install: install-exec install-data install-exec: -install-data: all +install-data: install-data-@USE_NLS@ +install-data-no: all +install-data-yes: all if test -r $(MKINSTALLDIRS); then \ $(MKINSTALLDIRS) $(datadir); \ else \ -- 2.11.4.GIT