From ae2a626f66b6a41c6e39270a31883ec720d82b4e Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 6 Mar 2001 20:28:12 +0000 Subject: add rnotes to install target --- pixmaps/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pixmaps') diff --git a/pixmaps/Makefile b/pixmaps/Makefile index 0ebe44f7b..a19938bcc 100644 --- a/pixmaps/Makefile +++ b/pixmaps/Makefile @@ -1,5 +1,7 @@ include ../Makefile.inc +RNOTES_LANGS= de en fr it + all: @echo "nothing to do" @@ -7,4 +9,9 @@ install: mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps install *.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps + for i in $(RNOTES_LANGS); do \ + mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes/$$i; \ + install rnotes/$$i/*.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes/$$i; \ + done + depend: -- cgit