(install-data): Don't install NLS files when they're not requested.
authorJim Meyering <jim@meyering.net>
Tue, 9 Jul 1996 23:23:33 +0000 (23:23 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 9 Jul 1996 23:23:33 +0000 (23:23 +0000)
From Ulrich Drepper.  Reported by Kjetil Torgrim Homme <kjetilho@ifi.uio.no>.

po/Makefile.in.in

index 050a9ec..a12eaa7 100644 (file)
@@ -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 \