summaryrefslogtreecommitdiffstats
path: root/pixmaps
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-03-06 20:28:12 +0000
committerMike Fulbright <msf@redhat.com>2001-03-06 20:28:12 +0000
commitae2a626f66b6a41c6e39270a31883ec720d82b4e (patch)
treefab639baa6039948881563a9ad7e01aa098fa86a /pixmaps
parentb81dc3e1f9b6783acf05ba24a2bf599909830b2f (diff)
downloadanaconda-ae2a626f66b6a41c6e39270a31883ec720d82b4e.tar.gz
anaconda-ae2a626f66b6a41c6e39270a31883ec720d82b4e.tar.xz
anaconda-ae2a626f66b6a41c6e39270a31883ec720d82b4e.zip
add rnotes to install target
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/Makefile7
1 files changed, 7 insertions, 0 deletions
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: