diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-12-17 22:01:50 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-12-17 22:01:50 +0000 |
commit | 3a853eafb8aeb3218846681eb756e7a3f1d0150e (patch) | |
tree | cf92fb46c7555a472bc3379fcf183cbb68ba6e99 /pixmaps | |
parent | dd7e6c49945c64a93023820ed47fbe9f3a790e28 (diff) | |
download | anaconda-3a853eafb8aeb3218846681eb756e7a3f1d0150e.tar.gz anaconda-3a853eafb8aeb3218846681eb756e7a3f1d0150e.tar.xz anaconda-3a853eafb8aeb3218846681eb756e7a3f1d0150e.zip |
rnotes are in anaconda-images now
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/Makefile | 7 |
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: |