summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-04-15 13:20:21 -0400
committerJeremy Katz <katzj@redhat.com>2008-04-15 13:20:21 -0400
commitccd0c22c46b4093b499a91d6168e5b9cecc1fae2 (patch)
tree4167ab4bb6c2eedc0cd6ca55d90dc9d192112815 /docs
parent66e5cd413cad1f5f605daa05bf4986a928e3e47b (diff)
downloadanaconda-ccd0c22c46b4093b499a91d6168e5b9cecc1fae2.tar.gz
anaconda-ccd0c22c46b4093b499a91d6168e5b9cecc1fae2.tar.xz
anaconda-ccd0c22c46b4093b499a91d6168e5b9cecc1fae2.zip
Back to using the raw version of the docs (#442540)
The wiki is now giving us invalid markup, so let's just go back to the raw version. This reverts commit 109094c4acfe25c569bc49f8b3efad3b6c08fb35.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile8
-rw-r--r--docs/toc-kill.xsl3
2 files changed, 3 insertions, 8 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 4ad95cd78..3b39f5db7 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -19,13 +19,11 @@
all: command-line.txt kickstart-docs.txt
-command-line.txt: toc-kill.xsl
- curl -A "anaconda-build" -o command-line.xml "http://fedoraproject.org/wiki/Anaconda/Options?action=format&mimetype=xml/docbook"
- xmlto --skip-validation -m toc-kill.xsl txt command-line.xml
+command-line.txt:
+ curl -A "anaconda-build" -o command-line.txt "http://fedoraproject.org/wiki/Anaconda/Options?action=raw"
kickstart-docs.txt:
- curl -A "anaconda-build" -o kickstart-docs.xml "http://fedoraproject.org/wiki/Anaconda/Kickstart?action=format&mimetype=xml/docbook"
- xmlto --skip-validation txt kickstart-docs.xml
+ curl -A "anaconda-build" -o kickstart-docs.txt "http://fedoraproject.org/wiki/Anaconda/Kickstart?action=raw"
clean:
rm -rf kickstart-docs.txt command-line.txt api *.xml
diff --git a/docs/toc-kill.xsl b/docs/toc-kill.xsl
deleted file mode 100644
index e2acdfa3a..000000000
--- a/docs/toc-kill.xsl
+++ /dev/null
@@ -1,3 +0,0 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:param name="generate.toc"/>
-</xsl:stylesheet>