diff options
author | Chris Lumens <clumens@redhat.com> | 2009-09-22 15:41:12 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-09-22 15:41:12 -0400 |
commit | 45bb27f111d21efb547e42486961b1de4fb98541 (patch) | |
tree | decdb720d64d789f0500756d16f6ce408bfe48ea /docs | |
parent | c4cc4c69e82367a34268e3fea675345197cc0187 (diff) | |
download | anaconda-45bb27f111d21efb547e42486961b1de4fb98541.tar.gz anaconda-45bb27f111d21efb547e42486961b1de4fb98541.tar.xz anaconda-45bb27f111d21efb547e42486961b1de4fb98541.zip |
Remove kickstart-docs.txt, since it comes with pykickstart (#515168).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 14ba2f38e..40347a916 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -19,14 +19,11 @@ EXTRA_DIST = install-methods.txt mediacheck.txt anaconda-release-notes.txt \ lvm_sanity_checks.txt rescue-mode api.cfg making-screenshots \ - threads.txt command-line.txt kickstart-docs.txt gettext.txt + threads.txt command-line.txt gettext.txt CLEANFILES = api *.xml -MAINTAINERCLEANFILES = Makefile.in command-line.txt kickstart-docs.txt +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" - -kickstart-docs.txt: - curl -A "anaconda-build" -o kickstart-docs.txt "http://fedoraproject.org/w/index.php?title=Anaconda/Kickstart&action=raw" |