summaryrefslogtreecommitdiffstats
path: root/pixmaps
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-17 22:01:50 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-17 22:01:50 +0000
commit3a853eafb8aeb3218846681eb756e7a3f1d0150e (patch)
treecf92fb46c7555a472bc3379fcf183cbb68ba6e99 /pixmaps
parentdd7e6c49945c64a93023820ed47fbe9f3a790e28 (diff)
downloadanaconda-3a853eafb8aeb3218846681eb756e7a3f1d0150e.tar.gz
anaconda-3a853eafb8aeb3218846681eb756e7a3f1d0150e.tar.xz
anaconda-3a853eafb8aeb3218846681eb756e7a3f1d0150e.zip
rnotes are in anaconda-images now
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: