summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-07-26 21:31:21 +0000
committerJeremy Katz <katzj@redhat.com>2007-07-26 21:31:21 +0000
commit4d75e3c936f516fe6f5ec38f7480985d4a50c9fa (patch)
treea6912422bbcd7bd490587e1e464444c710169f95 /Makefile
parent48d59c01cd5a90699640cb63911ec6afd92f35b8 (diff)
downloadanaconda-4d75e3c936f516fe6f5ec38f7480985d4a50c9fa.tar.gz
anaconda-4d75e3c936f516fe6f5ec38f7480985d4a50c9fa.tar.xz
anaconda-4d75e3c936f516fe6f5ec38f7480985d4a50c9fa.zip
2007-07-26 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version * Makefile: Grab files here rather than in the spec file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 609ab57f9..d6a63ce27 100644
--- a/Makefile
+++ b/Makefile
@@ -107,6 +107,8 @@ create-snapshot:
cvsroot=`cat CVS/Root` 2>/dev/null; \
echo "*** Pulling off $$tag from $$cvsroot!"; \
cd /tmp ; cvs -z3 -Q -d $$cvsroot export -r $$tag anaconda || echo "Um... export aborted."
+ @cd /tmp/anaconda ; curl -A "anaconda-build" -o docs/command-line.txt "http://fedoraproject.org/wiki/AnacondaOptions?action=raw"
+ @cd /tmp/anaconda ; curl -A "anaconda-build" -o docs/kickstart-docs.txt "http://fedoraproject.org/wiki/AnacondaKickstart?action=raw"
@mv /tmp/anaconda /tmp/anaconda-$(VERSION)
@cd /tmp ; tar --bzip2 -cSpf anaconda-$(VERSION).tar.bz2 anaconda-$(VERSION)
@rm -rf /tmp/anaconda-$(VERSION)