summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-17 21:37:40 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-17 21:37:40 +0000
commita84d9a997af61c065c290959e84b8d7570850bbb (patch)
tree69958a5f42fdca8de7108e411b7e00fc8174bbc2 /Makefile
parent5f129fc8e0a0706414ce7b7ef35a5febc65adb64 (diff)
downloadanaconda-a84d9a997af61c065c290959e84b8d7570850bbb.tar.gz
anaconda-a84d9a997af61c065c290959e84b8d7570850bbb.tar.xz
anaconda-a84d9a997af61c065c290959e84b8d7570850bbb.zip
add anaconda-help and anaconda-images
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2fbda8933..2ca96ff68 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,9 @@ MINISLANG=minislang
STUBS=stubs
endif
-SUBDIRSHD = balkan isys collage $(MINISLANG) loader po text-help \
+SUBDIRSHD = balkan isys collage $(MINISLANG) loader po \
textw utils scripts bootdisk installclasses \
- keymaps fonts iw help pixmaps $(STUBS) iconvmodule
+ keymaps fonts iw pixmaps $(STUBS) iconvmodule
SUBDIRS = $(SUBDIRSHD)
ifeq (i386, $(ARCH))
@@ -100,6 +100,8 @@ create-snapshot:
@cd /tmp/anaconda ; rm -f isys/modutils/modutils.spec
@cd /tmp/anaconda ; rm -f pycheckrc-for-anaconda
@cd /tmp/anaconda ; rm -rf comps
+ @cd /tmp/anaconda ; rm -rf help
+ @cd /tmp/anaconda ; rm -rf text-help
@cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" -e "s/@@RELEASE@@/$(SNAPRELEASE)/g" < anaconda.spec.in > anaconda.spec
@mv /tmp/anaconda /tmp/anaconda-$(VERSION)
@cd /tmp ; tar --bzip2 -cSpf anaconda-$(VERSION).tar.bz2 anaconda-$(VERSION)