diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-10-28 22:28:46 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-10-28 22:28:46 +0000 |
commit | fdea9811b13f3ef811906e48e8a67b161ea538d5 (patch) | |
tree | ec006639c4664642b0626e8db61f6e168ec50392 /Makefile | |
parent | 2b0e53373b65c07557cc93c82847eff47ffb3e85 (diff) | |
download | anaconda-fdea9811b13f3ef811906e48e8a67b161ea538d5.tar.gz anaconda-fdea9811b13f3ef811906e48e8a67b161ea538d5.tar.xz anaconda-fdea9811b13f3ef811906e48e8a67b161ea538d5.zip |
2007-10-28 Jeremy Katz <katzj@redhat.com>
* Makefile: Docs got moved (#356021)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,8 +112,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" + @cd /tmp/anaconda ; curl -A "anaconda-build" -o docs/command-line.txt "http://fedoraproject.org/wiki/Anaconda/Options?action=raw" + @cd /tmp/anaconda ; curl -A "anaconda-build" -o docs/kickstart-docs.txt "http://fedoraproject.org/wiki/Anaconda/Kickstart?action=raw" @mv /tmp/anaconda /tmp/anaconda-$(VERSION) @cd /tmp ; tar --bzip2 -cSpf anaconda-$(VERSION).tar.bz2 anaconda-$(VERSION) @rm -rf /tmp/anaconda-$(VERSION) |