summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-11-05 11:31:10 -0500
committerJeremy Katz <katzj@redhat.com>2007-11-05 11:38:56 -0500
commitb96871c00cbdc6727d94e66f62b4d6da7024036b (patch)
tree3c450ec48488d9fb1ced7d0e531d1e001a0f56fc /docs
parent3120f910c772ebf98ba4965d09d8e864650cbeb3 (diff)
downloadanaconda-b96871c00cbdc6727d94e66f62b4d6da7024036b.tar.gz
anaconda-b96871c00cbdc6727d94e66f62b4d6da7024036b.tar.xz
anaconda-b96871c00cbdc6727d94e66f62b4d6da7024036b.zip
makefile changes to create an archive with git -- use 'make archive'
Diffstat (limited to 'docs')
-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: