summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100644
index 000000000..3cf2bd2a5
--- /dev/null
+++ b/docs/Makefile
@@ -0,0 +1,12 @@
+all: command-line.txt kickstart-docs.txt
+
+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.txt "http://fedoraproject.org/wiki/Anaconda/Kickstart?action=raw"
+
+clean:
+ rm -rf kickstart-docs.txt command-line.txt api
+
+depend: