From 45bb27f111d21efb547e42486961b1de4fb98541 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 22 Sep 2009 15:41:12 -0400 Subject: Remove kickstart-docs.txt, since it comes with pykickstart (#515168). --- docs/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'docs/Makefile.am') 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" -- cgit