summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-12-18 15:05:16 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-12-20 15:24:18 -1000
commit9be626ae004afc741fcbe4abf61787e5b048da08 (patch)
tree676cd12f327df41975800f5a13570cdf1679b694 /docs/Makefile.am
parent9a1a95cf621b676e9bed7c9315078a2c90556f69 (diff)
downloadanaconda-9be626ae004afc741fcbe4abf61787e5b048da08.tar.gz
anaconda-9be626ae004afc741fcbe4abf61787e5b048da08.tar.xz
anaconda-9be626ae004afc741fcbe4abf61787e5b048da08.zip
Add '-4' to the curl command so docs download.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 40347a916..94b5bfafe 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -26,4 +26,4 @@ CLEANFILES = api *.xml
MAINTAINERCLEANFILES = Makefile.in command-line.txt
command-line.txt:
- curl -A "anaconda-build" -o command-line.txt "http://fedoraproject.org/w/index.php?title=Anaconda_Boot_Options&action=raw"
+ curl -4 -A "anaconda-build" -o command-line.txt "http://fedoraproject.org/w/index.php?title=Anaconda_Boot_Options&action=raw"