From 3a853eafb8aeb3218846681eb756e7a3f1d0150e Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 17 Dec 2001 22:01:50 +0000 Subject: rnotes are in anaconda-images now --- pixmaps/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pixmaps') 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: -- cgit