diff options
author | Mike Fulbright <msf@redhat.com> | 2001-03-06 20:28:12 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-03-06 20:28:12 +0000 |
commit | ae2a626f66b6a41c6e39270a31883ec720d82b4e (patch) | |
tree | fab639baa6039948881563a9ad7e01aa098fa86a /pixmaps/Makefile | |
parent | b81dc3e1f9b6783acf05ba24a2bf599909830b2f (diff) | |
download | anaconda-ae2a626f66b6a41c6e39270a31883ec720d82b4e.tar.gz anaconda-ae2a626f66b6a41c6e39270a31883ec720d82b4e.tar.xz anaconda-ae2a626f66b6a41c6e39270a31883ec720d82b4e.zip |
add rnotes to install target
Diffstat (limited to 'pixmaps/Makefile')
-rw-r--r-- | pixmaps/Makefile | 7 |
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: |