[Spice-devel] [PATCH] docs: Fix make distcheck

Jonathon Jongsma jjongsma at redhat.com
Wed Apr 16 09:22:30 PDT 2014


ACK



----- Original Message -----
> From: "Christophe Fergeau" <cfergeau at redhat.com>
> To: spice-devel at freedesktop.org
> Sent: Wednesday, April 16, 2014 10:56:27 AM
> Subject: [Spice-devel] [PATCH] docs: Fix make distcheck
> 
> ---
>  docs/manual/Makefile.am | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am
> index 54e33e1..ead5f46 100644
> --- a/docs/manual/Makefile.am
> +++ b/docs/manual/Makefile.am
> @@ -3,8 +3,8 @@ SUFFIXES = .html
>  ASCIIDOC_FLAGS = -a icons -a toc
>  
>  EXTRA_DIST =					\
> -	docbook-xsl.css				\
> -	images/icons/*.png			\
> +	images/icons/important.png		\
> +	images/icons/note.png			\
>  	images/spicec01.png			\
>  	manual.html				\
>  	manual.chunked				\
> @@ -12,7 +12,7 @@ EXTRA_DIST =					\
>  	$(NULL)
>  
>  .txt.html:
> -	$(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_FLAGS) $<
> +	$(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_FLAGS) -o $@ $<
>  
>  manual.chunked: manual.txt
>  	$(AM_V_GEN) $(A2X) -f chunked -D $(builddir) $(ASCIIDOC_FLAGS) $<
> @@ -28,4 +28,5 @@ endif
>  all-local: $(docfiles)
>  
>  clean-local:
> +	rm -f manual.html
>  	rm -rf manual.chunked
> --
> 1.9.0
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
> 


More information about the Spice-devel mailing list