diff options
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: |