[master][hotFixForFailingBuilds] Distribute the right docs files

Vratislav Podzimek vpodzime at redhat.com
Tue Aug 26 11:30:33 UTC 2014


Do not try to distribute non-existing docs files, distribute the ones we have
instead.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 docs/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index cbf244a..f8106b5 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -17,9 +17,7 @@
 #
 # Author: David Cantrell <dcantrell at redhat.com>
 
-EXTRA_DIST = boot-options.txt mediacheck.txt \
-             lvm_sanity_checks.txt rescue-mode api.cfg making-screenshots \
-             threads.txt gettext.txt transifex.txt
+EXTRA_DIST = *.rst *.txt
 
 CLEANFILES = api *.xml
 
-- 
1.9.3



More information about the anaconda-patches mailing list