summaryrefslogtreecommitdiffstats
path: root/pixmaps
diff options
context:
space:
mode:
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/pixmaps/Makefile b/pixmaps/Makefile
index 2de7bd2ab..42ba92f1c 100644
--- a/pixmaps/Makefile
+++ b/pixmaps/Makefile
@@ -1,7 +1,5 @@
include ../Makefile.inc
-RNOTES_LANGS= de en es fr it ja
-
all:
@echo "nothing to do"
@@ -9,11 +7,6 @@ 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:
clean: