[master][hotFixForFailingBuilds] Distribute the right docs files

David Shea dshea at redhat.com
Tue Aug 26 14:16:24 UTC 2014


On 08/26/2014 07:30 AM, Vratislav Podzimek wrote:
> 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
>   

Automake needs to be tricked into accepting wildcards. I'll push a fix 
once I've tested it.


More information about the anaconda-patches mailing list